Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,956 transactions (3.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,902 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (880,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,863 29,863 000000008a975b85fe989644def5b673cb35263e68f421c524573e764ee96029 0.00 MB 1 0
29,862 29,862 000000001a6a6fa316909c5f011b407b36e961401bcadd81bd8273cc999536bc 0.00 MB 1 0
29,861 29,861 000000000e94a9bf5f683738d5ecc23c720949f328b951bb02f3d432485c3a56 0.00 MB 1 0
29,860 29,860 000000004722b2a35483a02900f011dc8dc6fb2fd570b2db814524e03904ca1d 0.00 MB 1 0
29,859 29,859 00000000757a91ff494c5e32544d71748162cc83a931338cc6473ddbb14a2801 0.00 MB 1 0
29,858 29,858 0000000018d8d0783c755f57d37c129007d6a911f0f762f8f57489a7c27bd241 0.00 MB 1 0
29,857 29,857 0000000019cef914c5c324aa0be89bb982d7b6929f819cab6663985bc863ddbf 0.00 MB 1 0
29,856 29,856 0000000016c60d87fb0c781f4637f82064dc1964bd26eb76678f8211455b04e9 0.00 MB 1 0
29,855 29,855 00000000e53552ac1ccee248c7548113c4b978f9ed74f0d694b664312dc8b769 0.00 MB 1 0
29,854 29,854 00000000cad874ae8f1b7da43bc21cc2bac19e4f22756b905cfb6063a36d72ca 0.00 MB 2 0
29,853 29,853 00000000f403170c9f19ef9eaccb0c536753fa8b71db2587d4379dae89cb8823 0.00 MB 1 0
29,852 29,852 00000000c23d02f119cd02c894193ce12cb742ad4d0beb2dd417ce689665e7b7 0.00 MB 1 0
29,851 29,851 000000002b27ea2d52b62977a6350f1aa63fd35c3b6ec2b42e199d2939f9bdb6 0.00 MB 1 0
29,850 29,850 00000000461fa85fdab6138b33b95888a78c316516ccc2b3b367a99d0cd11c7f 0.00 MB 1 0
29,849 29,849 00000000d17f90310791facc8dffb8867cf90d749f8f10775ce53d582c8938e7 0.00 MB 1 0
29,848 29,848 000000005db0d2b391e8e0b00e0b98143685f567c1f6421b2f0193f2371911ff 0.00 MB 1 0
29,847 29,847 000000009b3a04dff037a64a0bbca3707e6e5a4f259b50203237ddac097b3293 0.00 MB 1 0
29,846 29,846 00000000e1cebec536534ed1fd7428601fd55e030af9d1296a6e616683ea17fe 0.00 MB 1 0
29,845 29,845 000000001821a9a2e67c23a74e5a0f871add7116229e5acda984c227b0b39f09 0.00 MB 1 0
29,844 29,844 000000000ee6187d3347a926210ec27d5cee2a3427e1ed23f8ae59dafd4a48fc 0.00 MB 1 0
29,843 29,843 0000000062ae11a05bccc3fb4f4a3f801c20af126159edda081c9cdbed15487c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.98 GB sent, 121.38 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.