Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,728 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,035 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 1,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,034 (841,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,679 69,679 0000000000c106504f06117808bc2310b7a0d1f9baa704f39aea663f05da39b2 0.00 MB 3 0
69,678 69,678 0000000000096ea7160d229e544c23d70984eb339bd02ee381d3b9490fc3807d 0.00 MB 2 0
69,677 69,677 00000000005e34ffc67d0ee955bc5361d1cfb7ad95965fdbefeef54d89ceb956 0.00 MB 1 0
69,676 69,676 0000000000e7bf5b64421de2abae4fab3926b01dffdc00a7e444839dfaf87fe8 0.00 MB 5 0
69,675 69,675 00000000012df90abced7fdcc825ba3f07a8999d69e1bbfdcf4d58fa642e62c5 0.00 MB 2 0
69,674 69,674 00000000002f605adec4a3502301495019ed30111ba62b29d2d019d23036f6dd 0.00 MB 2 0
69,673 69,673 0000000000c1ce0b160aaaada7c78d8bcde47edd6d445558f3cbd2f562bf6195 0.00 MB 2 0
69,672 69,672 0000000000bc732b041743b3c45c1bfc715efb500c6d5aec8947620f64f05cc6 0.00 MB 2 0
69,671 69,671 0000000000ebb119fbdaad743047ea0b6842306df6d30ebe83c093309d927b7b 0.00 MB 2 0
69,670 69,670 0000000000a2e198e3f009f5aa569bd341dc2ee7b36ab9c8f22e45efc558c529 0.00 MB 1 0
69,669 69,669 00000000013f87b4cad9c3fe9a9335251d0e2099526d976320957dc32cb45f23 0.00 MB 1 0
69,668 69,668 00000000009ef893fdb01b8b5689b7eb5ce946cb7cd07c5a221be0ed8fb55dcc 0.00 MB 2 0
69,667 69,667 000000000124d0cc5843bc43875d93d5904f7367fd12a34012d2fe62b7188ba4 0.00 MB 3 0
69,666 69,666 000000000164486b93981e3654db2dfe3a268b396b4f98de7e52806631386a31 0.00 MB 1 0
69,665 69,665 000000000096536316ea1215429d941f7ee58354b70b0c8ef6aba9728fef2d85 0.00 MB 2 0
69,664 69,664 000000000067ef722bb86ea55d16f64bf1cde65c796f88f64c2a65836e5334d1 0.00 MB 2 0
69,663 69,663 00000000012b3d5bcdee55bdbc4be443b4686d23224a06083918ad8fa1f4bfe9 0.00 MB 1 0
69,662 69,662 00000000009544c77a522dcd1723d1d0cef8047ffe006924e8470b05cfe4d940 0.00 MB 3 0
69,661 69,661 00000000008f91d413a5214309d1bfea249679f73dd38c8f99474a6b44bb3b4e 0.00 MB 2 0
69,660 69,660 0000000000f3787b26890a454d29b21fe95efc6dad78036ceee9c4f2e2c8d63a 0.00 MB 3 0
69,659 69,659 0000000000802dc03d2a547a7b0fb6cb0448b2feca3092f9c1880c33c5c95877 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,362.02 GB sent, 125.30 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.