Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,329 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (886,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
24,418 24,418 0000000025f17c76f88436eedf442f6b0f5c0a0601d83be7149a5c4ae4113f8b 0.00 MB 1 0
24,417 24,417 00000000a9d3945da06c85f4cb8e14a4cde925741ced097ecc5d855b88e2bc34 0.00 MB 1 0
24,416 24,416 00000000f89aed29a521f944af564267f15fd1be433d50e4431ccdad53fd7a66 0.00 MB 1 0
24,415 24,415 000000009d439533193ef0aacb0de3661f50767e1743ae1c6426d8f1105fe072 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.99 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.