Loading Tool

Explorer IconExplorer

Memory Pool

21,946 transactions
16.96 vMB
0.04441158 BTC
Random Selection Loading Transactions
Max Size: 85.79/200 MB

Candidate Block

Mining Attempt e007d281c250f737379529a478fc0eaac34c68758681762f4425b805f558668e
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root d8a3f0f8590ea3643d1a29d42e9d341ad62d18f94eeb158607fe73bf8bcb2a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,594
Size: 1.00 vMB
Total Fees: 0.01319875 BTC
Feerates: 77.35 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (654,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,517 259,517 0000000000000024eca7e27a05871c0896c12fad95df75e31cc1dd537164ab67 65 0.03/1.00 vMB 78
259,516 259,516 000000000000000be7f47baf5ffc096e601cc46b91ecbf046268eaf1d66fd79d 150 0.06/1.00 vMB 113
259,515 259,515 000000000000000de10e5acfaf922133a9a2470011e6bfa93508a5ca0b4dd13d 248 0.12/1.00 vMB 113
259,514 259,514 00000000000000208fef5f88f0eaea8dfae7868513a1fcd959f787d8f974c4b4 84 0.04/1.00 vMB 78
259,513 259,513 00000000000000248c798607e59c79fa39c8d53133ba51c896cd37ad9dd6f7b8 447 0.24/1.00 vMB 88
259,512 259,512 0000000000000001bd50d3ae3aeb7c74fa0cc2660d7d2d98a024ce4c7b508d29 335 0.13/1.00 vMB 118
259,511 259,511 0000000000000012fe9c44cd9988cfcc184c5d6f8497274e31b84d7f66949130 442 0.19/1.00 vMB 114
259,510 259,510 000000000000000d0dc3acb6dc1ed89b5c34b026c1f0da9296c0342a9744ca16 85 0.04/1.00 vMB 87
259,509 259,509 00000000000000054920ff80f3f136f87bce52f72268a8b27f11d4c92f33e7fc 594 0.24/1.00 vMB 58
259,508 259,508 00000000000000118199691b305450f5dd9827b17f4aaad320c9fffcd8540d6e 469 0.25/1.00 vMB 111
259,507 259,507 00000000000000048986b20826700d8929cd076b379b2598d298d3db6c6b6b2d 159 0.10/1.00 vMB 89
259,506 259,506 00000000000000051a08955b134cdcfc226b8185ea0708030d64100ba62bef43 138 0.05/1.00 vMB 95
259,505 259,505 0000000000000021457746be3188eb2634c66bd3aaed2c06ef2aa9df8056966e 354 0.14/1.00 vMB 120
259,504 259,504 000000000000001da52baa4494ca1ce7a45444b5925d9a4b5f0b7bed12724efe 100 0.13/1.00 vMB 20
259,503 259,503 000000000000000d099ad2886d4dd0fe2106905404341876e59fac9762e38f0a 602 0.25/1.00 vMB 102
259,502 259,502 000000000000001d688b018795844203e86862358fa30f65f38bc01c7cac181d 240 0.10/1.00 vMB 104
259,501 259,501 0000000000000019d73629c4ec5bc9faebd6cf611dd50c43817d8e7c6f304ece 630 0.24/1.00 vMB 126
259,500 259,500 0000000000000025d039e50dcaaff30dcb6c1c566ae41a26a5bae1b4f7591bbb 347 0.14/1.00 vMB 130
259,499 259,499 000000000000001e0c0e2fda15f09f1ca1658e3b0f623d68f2db03e3f277b118 208 0.09/1.00 vMB 118
259,498 259,498 00000000000000034ba3c3c3cf4660bdc0f4c7b17c2bbb9af0c1a0e6264a6df0 438 0.18/1.00 vMB 107
259,497 259,497 00000000000000243d5372d0e637f7b047c041af5f598a7accabeeba1a2cbf50 69 0.03/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 780.84 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: 562.46 GB
    • Received: 7.47 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.