Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (208,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,384 706,384 00000000000000000004cfb2d18baa7bdf5ca40e52cf572931a86ce776ecff30 827 0.32/1.00 vMB 10
706,383 706,383 000000000000000000005f2461b09145edfa09b2d8d018e5c27373018e9857e1 1,190 0.44/1.00 vMB 24
706,382 706,382 00000000000000000007c8aa9694ec59b2d0731d80ff5eb42cf9949a524fb13b 1,057 0.38/1.00 vMB 11
706,381 706,381 0000000000000000000cc99cc90461c5593809d5f7d003af33a5d893398454af 443 0.13/1.00 vMB 16
706,380 706,380 0000000000000000000238d6e03218c6cd8b2c66b923bd0f217b3464f8cc5fe4 107 0.03/1.00 vMB 21
706,379 706,379 00000000000000000006bac236dd5433d60c0801d1ea2870115cf47fffad277e 814 0.29/1.00 vMB 10
706,378 706,378 00000000000000000007f1547bc3b3d5470ca45bd4bbd1936b768780b8a5901e 1,109 0.39/1.00 vMB 11
706,377 706,377 000000000000000000070477deba293213a84a7058fa2518f72b635a7c3d815f 1,015 0.33/1.00 vMB 5
706,376 706,376 0000000000000000000b0cac75b96e034142f25194e82cdcac8309ef6a82dcb7 2,042 1.00/1.00 vMB 7
706,375 706,375 0000000000000000000b612b9c2140c11ccc2a9ada5c618728c9aabe7636f505 2,952 1.00/1.00 vMB 11
706,374 706,374 00000000000000000004059c42bfd081abf84b4d9b12a108afb0966789fbb697 2,897 1.00/1.00 vMB 20
706,373 706,373 0000000000000000000766d39af9a2c5fa33e89d1f0e01622fdfc01163e1d2d3 2,081 0.68/1.00 vMB 11
706,372 706,372 0000000000000000000516802d37e399156348bbe72b47d33cb65214d62c3f55 565 0.22/1.00 vMB 10
706,371 706,371 000000000000000000017cad7c15f0f9c61294a48bc841fc565ae949aa02aaaf 2,358 0.97/1.00 vMB 2
706,370 706,370 00000000000000000004f50ab68e409810364123cc8a1202bfbc0274b1e50dfd 2,779 1.00/1.00 vMB 17
706,369 706,369 000000000000000000060e6a3a648387bff97ee8aee5bfad2ad3d08a8b1519eb 751 0.99/1.00 vMB 2
706,368 706,368 000000000000000000071f8021277c6364d2a9abfe4b500e6898b8d4ed32ca19 2,324 1.00/1.00 vMB 2
706,367 706,367 000000000000000000016abcc848fca7cbd6d51e83153c7b1e8612ba82436f34 3,021 1.00/1.00 vMB 15
706,366 706,366 0000000000000000000816fbe2d523abb484afd6c494ad8c1c229236e65d0311 1,311 1.00/1.00 vMB 6
706,365 706,365 00000000000000000001c2270daa36e871c58ccedc8fee49e3dafb466f012bb6 2,184 1.00/1.00 vMB 10
706,364 706,364 0000000000000000000248bea1fa3bb19afcff6061c0654fe214a22acb3e67d9 3,132 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.