Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

455 transactions (0.23 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,947 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,946 (871,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,531 38,531 000000007f745905363ac002fa7492c00323c5d5ed998c446d885f6811ce25d5 0.00 MB 1 0
38,530 38,530 000000002a33d23b87f797db68c807ebfd57a8235fafc2f057ef9dce96f63d0b 0.00 MB 1 0
38,529 38,529 00000000454c526167612e95b12ecfe286bb1b7e0e6da4bcb00dd9b8eb2122df 0.00 MB 1 0
38,528 38,528 0000000042d5c7c1c7bb1ae4940ad6e3c73d0b07b3b29190a7b9a2e2d37441c6 0.00 MB 1 0
38,527 38,527 000000000445b947abb8dd97d85d45a988dd82c599766b249f9a5613195bc328 0.00 MB 1 0
38,526 38,526 000000000b5a291f4a97e3d7434a5ef18cf82691261e51d2ef54e2d1d9d68296 0.00 MB 1 0
38,525 38,525 00000000880ae11e034f0dbd931c0656b8ab124911b0a493de692bcec3b606ec 0.00 MB 1 0
38,524 38,524 0000000010cebc1de52d8fcd6b7b36b3453ba5899ba200c82a0604801ccb3826 0.00 MB 1 0
38,523 38,523 0000000056c80c4be2b080b73f18afbbf60867e3995ebadcf404267f3e87a935 0.00 MB 1 0
38,522 38,522 0000000075a0601e11974dfbc4257c27c6df48a63f521775296550a1b8975a78 0.00 MB 1 0
38,521 38,521 0000000013a5fbc17758fa67f6e0fabeddb5df6e6f7036bc62ae8ae93c2e0ed5 0.00 MB 1 0
38,520 38,520 000000000c48cf861bbc2497f2b5506adbba9e7248f5c83757236c1b1c6b0591 0.00 MB 1 0
38,519 38,519 000000005826188b31e93a7068527980d2485d1415505241e59861eb4b2607a7 0.00 MB 1 0
38,518 38,518 00000000214c37c39b4b412976c6303e96c2db3cde00581467cfca47c36480b6 0.00 MB 1 0
38,517 38,517 000000006d686dade63109b04d814861e57705f6670205b8c96cfdeec055d34d 0.00 MB 1 0
38,516 38,516 000000000652a763f270253acfb5ea1b19a1dcbf622aee5f5383f730cc4fb16d 0.00 MB 1 0
38,515 38,515 000000001296237e98e1b76fe1c5acf5820d2bc136f85a72e1e626ba7bd9ef2f 0.00 MB 1 0
38,514 38,514 000000003d92b0501cdb3ca9503eda3630827b78fd4390f9fab79a2776ed3225 0.00 MB 1 0
38,513 38,513 0000000011425e8707fbf7f782701a3ce9c469b04a4e00d08e5957984736720d 0.00 MB 1 0
38,512 38,512 0000000041761ec55f4a86bb7a8d902b48c45134fcc742bb8d06e71bd68fdcf6 0.00 MB 1 0
38,511 38,511 0000000039ea65eb48f9ae09c5d8dd3f28b7321b8da72e8da5f6f851389529a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,175.80 GB sent, 114.88 GB received

Notes

  • This page updates every 5 seconds.
  • 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.