Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

803 transactions (0.21 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,890 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (837,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,266 72,266 0000000000f58a4de59b3e38ed83ea05aab631c29985fee692ab7e94f0beafdf 0.00 MB 1 0
72,265 72,265 000000000054e27a6bb0e2f1a27a55eadd48b143d6a3f3abbe2e68f5734103a6 0.00 MB 2 0
72,264 72,264 0000000000e4d790eaf5116fbff05531065c3c1eda7630f827190d1d70244e25 0.00 MB 1 0
72,263 72,263 00000000002bb9303ff0d60d4f17929cc832dbe2b241dd70fb5ff483dcedacf4 0.00 MB 3 0
72,262 72,262 0000000000417edc40235de865b224c02e4da9b073594a4792b995684bb6f212 0.00 MB 1 0
72,261 72,261 0000000000c8301a8d409fffbc381a0f534d62be17d1bea926c9d116c3551f3c 0.00 MB 1 0
72,260 72,260 00000000004df0b643b0d6cea86ee2f12aea0e35e5c4dde99047bd0d4558125e 0.00 MB 2 0
72,259 72,259 0000000000a0e1c24e3e0ffeef8b741a617bf21038b35ed72317c038ead8ca26 0.00 MB 1 0
72,258 72,258 0000000000c1ebdef6c64de6d218a479b6804221db9a818521253affbb78982f 0.00 MB 2 0
72,257 72,257 000000000092ac7419cb5120432f59d598e405bda9322daff21d190a3d0c9d86 0.00 MB 2 0
72,256 72,256 0000000000647f0108a3470bf0980a47c151f6169a5715b8da1c645811d3b073 0.00 MB 1 0
72,255 72,255 00000000000d2551b6eafbac4226f478523174de6d66dffd43a9680291612909 0.00 MB 1 0
72,254 72,254 00000000005cdf9cfa0e29df2cc376c7befe6f97e3dc5bacc88b500be459014a 0.00 MB 1 0
72,253 72,253 000000000000e6620ff1e9dfc8ab55bab6fc741e24f101d353ff291a202368b7 0.00 MB 1 0
72,252 72,252 0000000000833290239ccc3272a261b5f9e17d66a41a6883df95b40a3339173b 0.00 MB 1 0
72,251 72,251 000000000031c215c85d05ddfc46be73f6646e7b3d97bd28a9ed6391015d147a 0.00 MB 1 0
72,250 72,250 000000000087a69301c4dcf7b58056ee30e4748c75037ec4bd31a2104dad9d3a 0.00 MB 2 0
72,249 72,249 00000000010c132d55b2328805144f54b33f7a9c8b4b94fa61126828bba55b1f 0.00 MB 1 0
72,248 72,248 00000000001e46a297243de2ea6bd7e08392b846ee1f698890f280310fdf3a50 0.00 MB 1 0
72,247 72,247 000000000017ef242840812027e971e989e7200e484d8bc3494bba253b2f8024 0.00 MB 1 0
72,246 72,246 00000000009d3c22aa35ec2931befcdf265694b5b90ebeb32e44ca2571456e6b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 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,171.15 GB sent, 114.32 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.