Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,555 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,549 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (837,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,847 72,847 0000000000355ecaa926efb8ce5ee3d5d413fb9890e69a76a712992afccacd25 0.00 MB 1 0
72,846 72,846 00000000001c2d01d36f1c1f1dc746a7b4642708263f3e06af881e7455e60556 0.00 MB 1 0
72,845 72,845 000000000065f13dfa5b534016a525115d28dca5f3885dd4d00c94df5d6ee557 0.00 MB 2 0
72,844 72,844 00000000003ba5d3927caa601967513c18b78b9986879c7d4166115e3c99bc4d 0.00 MB 1 0
72,843 72,843 000000000053acc764fb4ac8f8798aa165ad7d792508ad5b926c942dc30e8716 0.00 MB 2 0
72,842 72,842 00000000009f5eb403a76d15cc3c04365eb139a85e108526758d921cf5dd8b14 0.00 MB 7 0
72,841 72,841 00000000005000537243d162a06b68dff9a20158bb2394d73a2d3d9f2813fe2f 0.00 MB 1 0
72,840 72,840 0000000000419815a51c2ce666fd8e6474ab3f715a5705c0801408a25c6a973b 0.00 MB 1 0
72,839 72,839 00000000000f5270d8956f63aec1348c2f3c86a517128216ef4377646bd8899e 0.00 MB 1 0
72,838 72,838 0000000000af2ea2f5c302d588b1f52bf35f02670a82564de69d07e35b70c182 0.00 MB 2 0
72,837 72,837 00000000008590e77a3bba5be796db079b8b5062cb1d850ad63aea78326809dc 0.00 MB 1 0
72,836 72,836 0000000000a75addbbd08735c7c7d59580121ebe7ec6bfbd2237d64ccef3eb55 0.00 MB 2 0
72,835 72,835 0000000000877c82bf973b6600b67c33a3a27964255c4098fdb04bf898ae65b9 0.00 MB 2 0
72,834 72,834 00000000002c600c568de2299e907f9694a2b10657ed069932fc31c27fe48428 0.00 MB 2 0
72,833 72,833 000000000036a8fc0d541c48ef404c5877c44cc076450a5b853c56f3dfee9cc3 0.00 MB 1 0
72,832 72,832 00000000000727ab0f7e1436efc12163aab13d3ef0ece2c83aed85da5cc46c7f 0.00 MB 2 0
72,831 72,831 0000000000abf703f30ff51d39dcac7fdbfe40f8953ad10fbf1f9b12b8fb9be9 0.00 MB 2 0
72,830 72,830 0000000000b980c81f155cec2a06028370a91c81035496e2a7c57f6fef49a4a5 0.00 MB 1 0
72,829 72,829 00000000009a82fbb9dc6b4522b3f03c736cfd0878958dab0ea818605d022aff 0.00 MB 1 0
72,828 72,828 000000000010f32765411e989678abb836e151876336a8ecae69685188d68340 0.00 MB 2 0
72,827 72,827 00000000008021e28b98ae210764403c84d7ff448d5a59ffe713bb8b1d9bcfbf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,192.02 GB sent, 116.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.