Loading Tool

Explorer IconExplorer

Memory Pool

78,978 transactions
29.45 vMB
0.06731738 BTC
Random Selection Loading Transactions
Max Size: 177.28/200 MB

Candidate Block

Mining Attempt 95db8866677a8befbce1c26cb4e51f85c96691eddff1ba33bdb6877cd6fc449c
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 6d190d322791aad9e591206cae3a606eb31a7d0fd149900921afa67634d85af9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,379
Size: 1.00 vMB
Total Fees: 0.00757819 BTC
Feerates: 150.77 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (278,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,473 636,473 0000000000000000000e642ab4d8a3dc73b0dd7c27f197b57a92914bdbcfc83e 565 0.88/1.00 vMB 3
636,472 636,472 0000000000000000000977b1250278debb428cc96fae97b60f6018b104003b76 977 1.00/1.00 vMB 4
636,471 636,471 0000000000000000000355520e1681b82b806d296923c87a34aaa9e8a5e5ddc7 2,550 1.00/1.00 vMB 8
636,470 636,470 000000000000000000070637e5a763dc44bb66aa60f39a305394996cbd34401d 2,351 1.00/1.00 vMB 8
636,469 636,469 00000000000000000002fc98965b1c57eee0138b9e8bc1924b8368cdd5ce2460 2,765 1.00/1.00 vMB 26
636,468 636,468 00000000000000000010692888fcb35347aae695d5803459b1571b6baaa3871e 2,312 1.00/1.00 vMB 30
636,467 636,467 0000000000000000000120d345a498974d7f7932dd4315002f8418f2def0d0c7 2,518 1.00/1.00 vMB 35
636,466 636,466 00000000000000000005ff5a512c1956ab45e5a61e0d25812603a547844983e0 1,861 1.00/1.00 vMB 22
636,465 636,465 00000000000000000002744738cb90b90cb42d5264a4eac9836a895b5ef115aa 3,114 1.00/1.00 vMB 26
636,464 636,464 0000000000000000000c7993f3f2643e8254f6986c7842463cfa80c8bc76ec50 2,554 1.00/1.00 vMB 39
636,463 636,463 000000000000000000114444c87920411ccb1f71a96f2e80b06c4b13914d4c8b 2,827 1.00/1.00 vMB 49
636,462 636,462 000000000000000000006bef58fbaf4d3a247d3069f51a7464157ab5702c1f23 1,339 0.45/1.00 vMB 21
636,461 636,461 000000000000000000025077c0511565c8f6b3deb15a69a83c1d31865e7cc2f5 719 0.97/1.00 vMB 1
636,460 636,460 00000000000000000008b3d8d803e9df4a0aef98426678900f8eaf5d57b48133 1,650 1.00/1.00 vMB 9
636,459 636,459 0000000000000000000187d97c48494f97cb3647ec70c2536e9852c3ad3faf2f 2,206 1.00/1.00 vMB 10
636,458 636,458 00000000000000000011d0c874eac4f14b13c966cd4a471ece509f0ce618a8fa 2,875 1.00/1.00 vMB 26
636,457 636,457 0000000000000000000377698a7d398e6921238f5ac1c42c1088cb578821a0f2 2,599 1.00/1.00 vMB 25
636,456 636,456 00000000000000000007536037ea3bd03c208abd4a523cf9f6668548c94a4968 2,515 1.00/1.00 vMB 6
636,455 636,455 00000000000000000000401f23cf2f5739eb18a1d4e1ea18cc53c3d7ec20f47a 2,737 1.00/1.00 vMB 10
636,454 636,454 000000000000000000018ad2b9dcb4f904bce54b37058e363efce6c59af460d7 2,594 1.00/1.00 vMB 32
636,453 636,453 0000000000000000000f2f5020062e2916da030ac9b0213656d58d8f8915bd78 2,117 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.