Loading Tool

Explorer IconExplorer

Memory Pool

40,762 transactions
26.10 vMB
0.06347719 BTC
Random Selection Loading Transactions
Max Size: 136.05/200 MB

Candidate Block

Mining Attempt 446bd2192eb1c770ed530207884243af8f9b9631a08a960bd022a8ea17c790ff
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 01f19744d629a1bf3718762b84b3be40d9925223d6af70b57d678a129820c69f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01594073 BTC
Feerates: 151.16 > 1.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (173,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,442 741,442 00000000000000000000c1d9bf02c8d7271b00f6b2976c95633e8c7e63ef69b0 1,332 0.62/1.00 vMB 16
741,441 741,441 00000000000000000003fec6e8d1827802bcf42f2ab11e85a7f5241db9423c16 73 0.09/1.00 vMB 4
741,440 741,440 00000000000000000003354e93afeb7f454405c3f4e6e372c9c463f518d0deed 1,849 1.00/1.00 vMB 9
741,439 741,439 000000000000000000036e10c0364bb80a5d2b9f3ab79472e1a72a1e2015b775 1,944 1.00/1.00 vMB 4
741,438 741,438 00000000000000000000d7280c9bf5bc87bffda1206444fd384e192d42158bd2 2,648 1.00/1.00 vMB 17
741,437 741,437 000000000000000000056bb7f96b2e0fdc8ac60ff522d415e47461a8a56fcacb 1,642 1.00/1.00 vMB 11
741,436 741,436 00000000000000000004eec13b61584f79ce00635d2261d6423aed8eb6f687e1 2,291 1.00/1.00 vMB 19
741,435 741,435 00000000000000000006e06eaa08e3bef1ceea8aa8a8d2c320e23d4f5d7f5932 1,435 1.00/1.00 vMB 27
741,434 741,434 000000000000000000056538ad403d2ad17e38dc84593f078d1fdea8093eaa21 1,807 0.76/1.00 vMB 6
741,433 741,433 0000000000000000000610903b63961292ff04aa50149a90a4d26cfae29220b8 2,663 1.00/1.00 vMB 20
741,432 741,432 000000000000000000059784a52cfacf094dab43314b03da72246f96b5f07ba6 926 0.53/1.00 vMB 11
741,431 741,431 000000000000000000059c6462e646592bb8b4a1e70030b3ddccc32c2b00e4d3 1,801 0.73/1.00 vMB 9
741,430 741,430 00000000000000000000d29cd2c9f89912a9eb1b46db66fa4dae8d47fd791112 2,682 1.00/1.00 vMB 7
741,429 741,429 00000000000000000001402b6bf1ff3014f046ba120f1539b257cd1b12d65404 2,343 1.00/1.00 vMB 16
741,428 741,428 00000000000000000006a99d6867ca9227da0be86dcc1d47b3652d894f641125 1,706 1.00/1.00 vMB 11
741,427 741,427 000000000000000000057037fee333051fa174a9068736133477ee330b4e6a03 2,966 1.00/1.00 vMB 23
741,426 741,426 0000000000000000000804333f188c97632fd0b6a9077511f5276f4f5e66b7cf 2,999 1.00/1.00 vMB 28
741,425 741,425 00000000000000000003ca1facae773eaae79848035fa65aea7ea8c7f72f9afa 558 0.26/1.00 vMB 16
741,424 741,424 00000000000000000000745056b6be0df8e8035e9bbe43bdf73d5f9aeb41cb5c 1,029 0.96/1.00 vMB 10
741,423 741,423 00000000000000000000ca57707fbca39dded5f317ab96ed977ede4e4b0f183d 971 0.37/1.00 vMB 14
741,422 741,422 000000000000000000023a874a7c62c3a4666e859c5869bee99be6cdb49d1d30 1,347 0.59/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.16 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: 653.25 GB
    • Received: 13.83 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.