Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,398 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,698 000000000000000000022b910000000000000000000000000000000000000000 0.50 vMB 1,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (493,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
418,629 418,629 0000000000000000041367bec50504cd5186abfc0f4dcc8e6e41c0b489a93447 1.00 MB 2,140 42
418,628 418,628 000000000000000002b47692b9bd337c139821447395f0c0c327f165426b28e5 1.00 MB 2,400 75
418,627 418,627 00000000000000000081026462081ca0536722ee635c8488b18c6306921e5c64 0.24 MB 450 48
418,626 418,626 0000000000000000050da02ee6f78c6028057baa0aaa5ea933cc5b1872e2b843 0.10 MB 263 59
418,625 418,625 00000000000000000429d39166337d3a0a2147d8b7df19075787a19c41b587e1 0.14 MB 257 29
418,624 418,624 000000000000000004ce66ae092b459c5e715b3253ebd159ecc06a3747aaf1df 0.06 MB 176 67
418,623 418,623 000000000000000003412f5c2097c845a98c381ecbeea65319944b965dc1089e 0.54 MB 1,322 61
418,622 418,622 000000000000000003721a542858f6f681a83fc9151d32477743683734681b0d 0.52 MB 923 50
418,621 418,621 00000000000000000031960360b46f111e9a7fed798861d97fb2eef0a782a748 1.00 MB 1,130 25
418,620 418,620 000000000000000003a8b908523f23ee794db6de65261a04296eb5d96f98f70c 1.00 MB 2,140 59
418,619 418,619 000000000000000004edb00e2bab18497ac72cb86fe3262e227f4bf208a0c3f7 1.00 MB 910 21
418,618 418,618 000000000000000000ac3bd6a0c6fffa67bdb794e9582f35511741c372759d24 1.00 MB 1,956 52
418,617 418,617 00000000000000000058a55903802acd1dc8ba26295f99c16434dfeace538025 1.00 MB 1,856 50
418,616 418,616 0000000000000000003f56cedaf0c16ddc6db85c926f3668fb0d21d6d4ce4657 1.00 MB 1,657 35
418,615 418,615 00000000000000000231543213f53f90834622087e08a598813034a783703bb4 1.00 MB 2,308 50
418,614 418,614 00000000000000000418afb3610d55a3f7c2eb267dfdf991dd9ae0782fc8a9f3 1.00 MB 2,571 65
418,613 418,613 000000000000000003557e414abbc348984f0f204b969b9c90738a7f0e578e35 1.00 MB 1,886 42
418,612 418,612 00000000000000000236a834c0f546b42c29ee8713f5376457a871f5bb41e402 1.00 MB 2,065 56
418,611 418,611 000000000000000003c98d8aa1a3db4453996174af18e67b87a11b3ecd801f06 1.00 MB 1,865 52
418,610 418,610 00000000000000000487a9fec6d9738c4ef68138a92067b6abc2e8c4befd4b49 1.00 MB 2,814 93
418,609 418,609 00000000000000000134d90636927e20159a8b696fe5912d7fa6dc0cad8209c4 1.00 MB 1,475 30
Previous 10 blocks ↓
Total Size: 776.53 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,425.74 GB sent, 131.28 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.