Loading Tool

Explorer IconExplorer

Memory Pool

35,438 transactions
25.90 vMB
0.06525751 BTC
Random Selection Loading Transactions
Max Size: 132.05/200 MB

Candidate Block

Mining Attempt 284e474cc5f3c48ad538021b5392bb5ab83ee387fbb5daa3f6a0ec79d1f80bda
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 20e260ae915e5d7e1618bea4f361ed8451fedbdac62b51ec4b01b4ebe8624900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,106
Size: 1.00 vMB
Total Fees: 0.01786539 BTC
Feerates: 713.01 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (82,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,931 831,931 00000000000000000000419e2f9e4d9ff952623189b6b89f47c3a47481679443 3,041 1.00/1.00 vMB 13
831,930 831,930 0000000000000000000177af8dc5ded067382e236602d5885f773fc2583a7140 3,347 1.00/1.00 vMB 12
831,929 831,929 000000000000000000034cdea66ad96c94ba4e7d9558542f11a74e9eb59ae038 3,004 1.00/1.00 vMB 16
831,928 831,928 00000000000000000001c0ce4bca8602b427cba1929151b6cec6fef723eedefd 1,479 1.00/1.00 vMB 10
831,927 831,927 000000000000000000034bf19a246f52eadffe896cadcde9ddba6c0f1d3562d7 2,514 1.00/1.00 vMB 15
831,926 831,926 000000000000000000029ee1ba17b3ea9949cbbe26999dbf10b39ff3b00e8947 2,154 1.00/1.00 vMB 13
831,925 831,925 0000000000000000000244dd631b74c6825b89f9bd68d02f56283c0e9e1504c2 1,113 1.00/1.00 vMB 11
831,924 831,924 00000000000000000001f071bb73638aa56a60f570cf06b19536e6991f6b5cc2 2,757 1.00/1.00 vMB 14
831,923 831,923 00000000000000000000deb9fb4c6cc161c45f6b0982b4e2b34144a39e69e8c8 2,657 1.00/1.00 vMB 15
831,922 831,922 00000000000000000002dafc28eb539af42cd4048051f34060238a89d13ef239 2,608 1.00/1.00 vMB 18
831,921 831,921 00000000000000000002af5ce80c619973cefaa2f585d47145a99bb7806581a2 2,346 1.00/1.00 vMB 18
831,920 831,920 000000000000000000032558a13299644d275351ed4ec60d6df7b03f13ccb6b0 3,183 1.00/1.00 vMB 14
831,919 831,919 00000000000000000002cb1e0b15cb927f52cce7cbdb9232358052d8c0ebd8a7 1,550 1.00/1.00 vMB 12
831,918 831,918 0000000000000000000023de7882cf8f1a96e929d227528a697f0cfb16aa40c3 2,727 1.00/1.00 vMB 16
831,917 831,917 0000000000000000000212d1ff46d390e3cd555c3daa59c5e400cbadd0f6576f 1,810 1.00/1.00 vMB 18
831,916 831,916 00000000000000000001e78b7dded0abe0e8aceafbe21bfa837388f83632b077 3,008 1.00/1.00 vMB 23
831,915 831,915 000000000000000000030e679ce4060a8ce039580523c426bbd34a862ac90bcd 1,592 1.00/1.00 vMB 12
831,914 831,914 00000000000000000000b8ab58218f99ac90f4209f879f03166f3c64362c9265 1,851 1.00/1.00 vMB 13
831,913 831,913 00000000000000000002ef994b9b5f2953abdf66af61388b40b4df008384ebbe 1,468 1.00/1.00 vMB 12
831,912 831,912 00000000000000000003265453f0b3ec8ef83e7104f89dbd4906bd1b8191e8d5 2,756 1.00/1.00 vMB 21
831,911 831,911 000000000000000000016ff9303fc2e9e1462229b561114d008dc2bd9c67daad 540 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.99 GB
    • Received: 12.34 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.