Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

160 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (886,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,439 24,439 000000001da7d0fd22ee06bb18b547b8210c5fc8b4e50a706e60813c09eb33ea 0.00 MB 1 0
24,438 24,438 00000000a53119b5709d519592d02d72b1c23eeea12707362aae4d992b0c6fc3 0.00 MB 1 0
24,437 24,437 00000000167988fcb28d085dd6b3017c19e1d245ed6b1d3f16f69e9b52215ad5 0.00 MB 1 0
24,436 24,436 0000000025245a793f0fcbf3f6c05a996e2ba2a3d32de6428692981044b4733c 0.00 MB 1 0
24,435 24,435 00000000c2ebb848279dc9512b15e7710110d66c1d3b66e2db1fbf43aa53e0c5 0.00 MB 1 0
24,434 24,434 00000000baa26191c1247114e3a5eccb69d581d6d274c5afa9691029cc7eac21 0.00 MB 3 0
24,433 24,433 000000009bc6e604507f1e6335d21890cb31dbccaefbeb0eaa62328c78bd1124 0.00 MB 1 0
24,432 24,432 000000003b2e44364f9593613cc1061f2c23e62bfa9df6194a796f10fff1eb5c 0.00 MB 1 0
24,431 24,431 000000009ed83a8fa5cf9bdae0e6fbe0ae7b7f7e0cc4ca62bdf06f0d2b70dbf2 0.00 MB 1 0
24,430 24,430 00000000688fcd51358e9d235cab0c2e2df8f47eaa52d2f0fc761c42e2ab0446 0.00 MB 1 0
24,429 24,429 00000000295fcbc473bb94ebd8a442f0c663571a682df40cecb1ec90874ccca8 0.00 MB 1 0
24,428 24,428 00000000ca0190512c5f01a101bb013f1f376a558ef270b1dc650d57bc2976b8 0.00 MB 1 0
24,427 24,427 0000000029e03ff442481643abe6fbfd3d75302333c84bcd00216abc0dd79c87 0.00 MB 1 0
24,426 24,426 00000000986711cbaf056bda5167f837db27aebceb296dce373771f482b5b05c 0.00 MB 1 0
24,425 24,425 00000000fa23a5a59ea56d4a7b38abd7832911f6c5736b15b408c0eb4852847b 0.00 MB 1 0
24,424 24,424 0000000040d68572000f801ba58f7193e6f11cfe625b6f297e5b9b1cbeedac30 0.00 MB 1 0
24,423 24,423 000000001aef45f960ae032f8de77d3bf2612f79774baf98cba426fbb0b7c64c 0.00 MB 1 0
24,422 24,422 000000009980ac86f6136beebee473d99ab13fb59ad106a59ec8fb9b4c66940b 0.00 MB 1 0
24,421 24,421 0000000064b13f1386d015da50539b67f685207b3b1ab8d475b56c0f1d717757 0.00 MB 1 0
24,420 24,420 00000000699321496712e4a286e99ae4951cdfa017d2126fbc914b78a5aa9665 0.00 MB 1 0
24,419 24,419 0000000091e748d346784896de5bc88d0e368f6ec0320bf65d94f618c2e16790 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.