Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,448 transactions (2.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,910 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (829,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,430 80,430 00000000002e56328d735109ca96297242af70d6933132d2d54f1f649fdbe9ba 0.00 MB 1 0
80,429 80,429 0000000000229702c0bf461dc36acc5e96d5a77ccb229825990b6e48663b7387 0.00 MB 2 0
80,428 80,428 00000000000d21f089f536600b85b0eb774f61ca250f995eddc210d944b199ec 0.00 MB 1 0
80,427 80,427 00000000005509685c584258e7d27e216ff0e4bca8e465390635b0498728bfbc 0.00 MB 1 0
80,426 80,426 000000000034a2a8d3943f5c4a1b451da473964092f590497091f99d7c677143 0.00 MB 2 0
80,425 80,425 0000000000485a0b2f03dc4ecb999ccae1e015fb3e4478f3a9feb0580de1632e 0.00 MB 2 0
80,424 80,424 00000000003741c9934229ab9516e057000e56440c3cb5bfe1e6b1753cadc22d 0.00 MB 1 0
80,423 80,423 00000000000b6e720380ed063c74c82248849a32aa24365e36fc47e9d56086a3 0.00 MB 2 0
80,422 80,422 000000000041a71c7bfa5381c46a9172fcb2069a44ff8a8e7b03fac1864a54af 0.00 MB 1 0
80,421 80,421 0000000000526d820327cab14732bbfd6e55c4a37628f14494afccaa0e6c42a7 0.00 MB 1 0
80,420 80,420 00000000000f68073a69571a4979ff0d63f1e67ee1ca7755c875331919c0af74 0.00 MB 1 0
80,419 80,419 00000000003e774adc46420adcd2c46dea73ea6265f696ee191272df13809bba 0.00 MB 1 0
80,418 80,418 00000000004db5bc1180c229535d496aa0e1ec93023a3c8ef79efa6560d2c657 0.00 MB 5 0
80,417 80,417 00000000002520ee76d9985c8855ca7b09c24dec50301a7f17bfba0892fa4a55 0.00 MB 1 0
80,416 80,416 000000000051cdf5bcc2dbefc8e39875c855c7a6bab95cec0d45c1c9b9b62a4b 0.00 MB 1 0
80,415 80,415 000000000025e148a04caa3daa0d9e79bced5d1b5b7f7c9918b7004b14f685de 0.00 MB 2 0
80,414 80,414 0000000000296ecf8fb7a8c4402a534f29322e3ab60a1b045082f7e4d7ef1cde 0.00 MB 1 0
80,413 80,413 000000000053f70f4af7c133fe820dd746a4bb69cc4e0a403a7ff6033c4beae9 0.00 MB 1 0
80,412 80,412 00000000005aa142342370ec3c6da303f947a95295366f241db1d144dfbb3240 0.00 MB 1 0
80,411 80,411 000000000023d208a4474f497734e6f16df90cef65ec95afebe8c48fd58a5fd2 0.00 MB 4 0
80,410 80,410 00000000003b472b09914d9bcce3d4573f4949845a13aabed7eb1e9984146fca 0.00 MB 4 8,280
Previous 10 blocks ↓
Total Size: 773.11 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,166.87 GB sent, 113.84 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.