Loading Tool

Explorer IconExplorer

Memory Pool

78,387 transactions
29.35 vMB
0.07991903 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt 6a3e5012f87f74bc27246b45f508f837b9a7b85fd1bd556942960547b7172dbb
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root f14b81de434ba42f0eea87bdda9cd5784f3a3ec754efa145018262f9ce52f9fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01554249 BTC
Feerates: 73.20 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (540,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,529 374,529 00000000000000000a806d622582bb113204fc55ef975f0dc7565d490cea30c6 1,276 0.75/1.00 vMB 19
374,528 374,528 00000000000000000bd9d02bc3c71d95dc3445c533611ba97093e36e9fb0208b 622 0.34/1.00 vMB 40
374,527 374,527 000000000000000000db717b4c076da2d1b9ff8ddbc94132e3a8d008a0fb62b9 486 1.00/1.00 vMB 5
374,526 374,526 000000000000000011f895d470f6cf342e89d87e3184484bdddb0cf99a61b3b1 1,452 0.68/1.00 vMB 46
374,525 374,525 00000000000000000adb9029a216705570d80e5acacb267a911ae58f8b17ba98 1,886 0.93/1.00 vMB 40
374,524 374,524 000000000000000001266b2f329165a4fab6ce2dddcc68cd890e5770050371b5 2,168 0.93/1.00 vMB 56
374,523 374,523 000000000000000002d6a34aa4740e89e438d7083eb1b26e0bb0ca5fe8cb8d98 170 0.09/1.00 vMB 42
374,522 374,522 00000000000000000aa1ecd528dfb8dab3f98395acf0806a01e518d7aed47659 978 0.93/1.00 vMB 12
374,521 374,521 0000000000000000130fc24ae096c7770edf1afc66ce782603175e091e60bb02 2,181 1.00/1.00 vMB 45
374,520 374,520 00000000000000000e4865130b5528a0fc51f30fba629f7f45b656dec18308b2 483 0.95/1.00 vMB 11
374,519 374,519 000000000000000007e76e4e2a2859f8cafe2ec4e86733410547a3edefa9df22 1,980 0.93/1.00 vMB 43
374,518 374,518 0000000000000000107faf8030f5c10103a7f245854d5c9e5a19a0e86a817e72 1,024 0.75/1.00 vMB 27
374,517 374,517 00000000000000000e6a47d8f2be5015fee55f21f841495190724c0796646252 1,623 0.95/1.00 vMB 37
374,516 374,516 00000000000000000946de982befd2a5814d2c075e629c3d7f03f9934e7992a6 1,300 1.00/1.00 vMB 25
374,515 374,515 00000000000000000eaf5ac6dba59ec5983bae8b76f6b597fbfed072cfc80476 1,302 0.93/1.00 vMB 25
374,514 374,514 00000000000000000925c936b3831c3c2e3dfdb4489c01623d385688647dec0a 1,901 0.93/1.00 vMB 74
374,513 374,513 00000000000000000f56fcba1ff3b12f05f7cccafe6f4914e310504b195b3499 1,518 0.93/1.00 vMB 35
374,512 374,512 00000000000000000353c5881f398412b6e0af40991ec3589d8f7b0ba79ded51 2,718 1.00/1.00 vMB 71
374,511 374,511 000000000000000001ea7e48d4cacf2ce8c1dcd9670bbe848dd22925eff55eda 2,008 1.00/1.00 vMB 41
374,510 374,510 000000000000000009e1180097b6e70ecb3c027cbbb33a25f92b51bee1d5d5dc 2,155 0.95/1.00 vMB 59
374,509 374,509 0000000000000000005c782001081ada7aa8cc906b226480bfa55e7b8e3c3caf 123 0.84/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.