Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,765 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,502 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,469 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,501 (834,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,889 74,889 00000000000bd78deea0476ae10274930c258a94185402ccf296b07a28baf43d 0.00 MB 1 0
74,888 74,888 00000000002e0cac4ceb34f426a311099a3928f1e584bd8153ccb40f41cdee39 0.00 MB 1 0
74,887 74,887 00000000002bcd00020740166a47b23365cfc8db2730513cbe21deaed4342c21 0.00 MB 1 0
74,886 74,886 00000000006dfb10cb2c2fe77fdf45922252caed2763aceeca2428471d43bbd2 0.00 MB 3 0
74,885 74,885 000000000023ba0b020f2c00a82f2f0aed520b5749e947e9e1d7cd6dc65c0d47 0.00 MB 6 0
74,884 74,884 00000000005f08da274c78a7d034e722d76356380968795748f522e00b0a2853 0.00 MB 1 0
74,883 74,883 00000000003b730bc8a3d6ee34ee73e99f6bcc5455e48d2a87fd3241970bd778 0.00 MB 1 0
74,882 74,882 000000000005f070e4d938528774b7de6d420940e926f4b2fe74f63eaf7a5934 0.00 MB 5 0
74,881 74,881 0000000000018aecf496bfab17384922c19afe6e80e969cccbf41b0a5d66ebf9 0.00 MB 3 0
74,880 74,880 000000000017514d211e39a461a07ba2afcd904be66e9911c99096effbee1c8c 0.00 MB 7 0
74,879 74,879 0000000000312d16b6780a56774c266619f7d02bc81d854948553c72c61c1922 0.00 MB 1 0
74,878 74,878 00000000005ef4008438cc3aaaabf827f21d06f2bbd364520ae2349ecd99b300 0.00 MB 1 0
74,877 74,877 0000000000219cc6cc37a4f8a495b675abfd560857f95e0744770d7090232062 0.00 MB 1 0
74,876 74,876 000000000048ad721bf89d15bb12fbe15b3eccff3d41c0245faf0558e5b18cc6 0.00 MB 3 0
74,875 74,875 000000000067ad8455d344b78a79ab5f76a45bef5299d7fce889f445eb170f84 0.00 MB 8 0
74,874 74,874 0000000000356335ee644b3290075d5403c1972a3d69b140ddbebd3df3c115a9 0.00 MB 2 0
74,873 74,873 00000000005d546f62f70891be864f0f6b18b305f78948e67a4d69aa96cfb548 0.00 MB 8 0
74,872 74,872 00000000000b90dcfbeb39bdd04f7e9c73581ca8d9ae641629f1d7de0b30335e 0.00 MB 1 0
74,871 74,871 00000000000fa2045577be55c233caccdb57ae6d4101c8beb832e3d7796d5870 0.00 MB 2 0
74,870 74,870 000000000020729b4e5ed8bf1e60136f51019bdd76b2225271e6793c9cd63e55 0.00 MB 1 0
74,869 74,869 000000000057e31ff6b3c52a54a47e901f0db89587c9f28674d1e72511999436 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.48 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,082.03 GB sent, 110.62 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.