Loading Tool

Explorer IconExplorer

Memory Pool

79,024 transactions
29.97 vMB
0.12197883 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 5a913f1785ebb1d77e4114d415835df55442bd559eb926ffc09bda1f9b395f58
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 36bf0d8380e9b719f91e513157881e5f2f530e4cfa4b2fd70b7be549dcc9232b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.03807370 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (500,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,467 414,467 000000000000000003ced08d7906a4ff72c94506fd5ceb33267789309c274bb1 1,070 1.00/1.00 vMB 22
414,466 414,466 000000000000000005734148b07e46eddb1a0901981f637394214b62667de081 2,582 1.00/1.00 vMB 58
414,465 414,465 0000000000000000007525fa588eb7d4653dc2dc59e9ed79a3bafecfb8400876 1,854 1.00/1.00 vMB 50
414,464 414,464 000000000000000002c791bc068cd9020eb91d3765318e9bbf8dcc2b08eaf5f6 2,025 1.00/1.00 vMB 31
414,463 414,463 0000000000000000024db9d326f8fd8850f672d520afc3f005d60c280846bbaf 1,959 1.00/1.00 vMB 41
414,462 414,462 00000000000000000167cc589dd9f6b367ee64fcced82897177e6ff585c0de75 3,122 1.00/1.00 vMB 59
414,461 414,461 00000000000000000196ced75d7cf284928d6c3d684c40ac3d654f6ccc54a30d 2,315 1.00/1.00 vMB 60
414,460 414,460 000000000000000000c3e94cbcfa96aa31221ca1e82a15b7fab02fa1df1b659f 2,766 1.00/1.00 vMB 79
414,459 414,459 000000000000000003fd7c8a69d24a3dde46159b5dd3ed705a06dfce61153b3f 2,750 1.00/1.00 vMB 74
414,458 414,458 0000000000000000047d3b84ae6e70f6aef500a4531d3ab02b9235804a2a31fb 2,401 1.00/1.00 vMB 52
414,457 414,457 0000000000000000025c60a00396d105348e284c42c1d24282e473a7f4b749d7 722 0.34/1.00 vMB 47
414,456 414,456 0000000000000000037934b1aca6f1f50b722f79ef8c35bf7c63c5767f3e398a 2,104 1.00/1.00 vMB 45
414,455 414,455 00000000000000000061488a2bdafaaba095e8f6e9211bf2dded68b08c2b106f 2,096 1.00/1.00 vMB 50
414,454 414,454 0000000000000000019c58720eb23ccacd41aef51e8183d9f690db9c20e8030a 420 0.18/1.00 vMB 45
414,453 414,453 000000000000000004ada19d8f3bd6e3a83880577c5e36b532dc1b45bcbfd0ff 1,654 0.85/1.00 vMB 43
414,452 414,452 00000000000000000367cb1d08775be6eb81bcaf90749d35dc968709db927871 228 0.08/1.00 vMB 68
414,451 414,451 00000000000000000033c8262f3554b490651782b1a73a42a175db29df6f67a6 872 0.66/1.00 vMB 38
414,450 414,450 000000000000000003bc41845b2681982e3f9dc8ff699589c43f4e0c84154fca 1,381 1.00/1.00 vMB 44
414,449 414,449 000000000000000000623c7abe9c1c3e6ee5b1dc06c6713c40e07355367c037d 1,628 0.93/1.00 vMB 46
414,448 414,448 000000000000000003ac2b6c217c0ff799ed520813e04b219d0aeae4f040a4cd 1,583 1.00/1.00 vMB 24
414,447 414,447 0000000000000000000925937af4992e1a7634ffb59838eb2b5c1596c47983f6 2,403 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.05 GB
    • Received: 17.28 GB
  • Uptime:

Notes

  • 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.