Loading Tool

Explorer IconExplorer

Memory Pool

79,824 transactions
31.30 vMB
0.07478161 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt 5df514c7f0a923ce7778744a45b0b1e761a731509ce9a5a7f08a97880849959d
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 5e7781a9f239375c622364d7984da3bc6ca7c113e24cfbefb8a5b16d51686c15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 923
Size: 1.00 vMB
Total Fees: 0.00699857 BTC
Feerates: 40.21 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (259,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,742 655,742 00000000000000000006627af76e8244144e25d2e784c6be8eda169da8e530c4 2,355 1.00/1.00 vMB 80
655,741 655,741 0000000000000000000ebcc750dd214224304539b5a013270e40387d3ae4f287 1,773 1.00/1.00 vMB 74
655,740 655,740 00000000000000000006199b260ba7f6c3bcde0bd10fb0f2acc417b830a22d95 2,539 1.00/1.00 vMB 147
655,739 655,739 0000000000000000000d29b8424a9f49c58a0f62ff91296c6989bc5f36bf2226 1,960 1.00/1.00 vMB 20
655,738 655,738 000000000000000000076b051fa9a722b6c419cde0c02c2f49f8fb4741fa2596 1,765 1.00/1.00 vMB 89
655,737 655,737 0000000000000000000492bf9acb824cfdda2d1749bdd1fc28cab5c0abcd01eb 1,646 1.00/1.00 vMB 275
655,736 655,736 0000000000000000000f031c7b2f121086fae2811e048099d33edd9b880dc092 1 0.00/1.00 vMB 0
655,735 655,735 000000000000000000081a046acafe8ef2dab7826976a776cfface46aeec794d 1,299 1.00/1.00 vMB 20
655,734 655,734 0000000000000000000efd5b52d54600519e3f0e8f32046bd12353ba3b8f3622 2,204 1.00/1.00 vMB 50
655,733 655,733 00000000000000000002dd3f3837dcd9b012feb6b3ed65be7f5a6500d3150459 2,510 1.00/1.00 vMB 155
655,732 655,732 00000000000000000005b4b147c5f3be34be8ae9257fd293d5ff2e5a3e5c2078 2,345 1.00/1.00 vMB 61
655,731 655,731 0000000000000000000c5959f0fb841a5186304559644aafd171991445567c46 2,522 1.00/1.00 vMB 208
655,730 655,730 0000000000000000000954ff39682ea8dd1965829362968887ab3214e4f7207b 2,685 1.00/1.00 vMB 161
655,729 655,729 000000000000000000004cae8be26eb6b969f5745f88023275a5ec1b8a8c4584 2,377 1.00/1.00 vMB 116
655,728 655,728 0000000000000000000fa92d408824c1310bbf30b6fba1bd41ce17b727066bd9 2,875 1.00/1.00 vMB 89
655,727 655,727 00000000000000000002df0b471cfe36dcfa057fdf4bf52d8ce1c00ba83d986c 2,564 1.00/1.00 vMB 102
655,726 655,726 00000000000000000003df597e04348cfe35916c3d8879a500ade3c765b0b67b 2,684 1.00/1.00 vMB 127
655,725 655,725 0000000000000000001041479c9d960878aa62dfef1b1e2f2c2fec3cbea562ef 3,142 1.00/1.00 vMB 149
655,724 655,724 0000000000000000000de35e6f1e10f2bffa8692d80c35df082ddc8a528c541e 2,709 1.00/1.00 vMB 263
655,723 655,723 000000000000000000003722af3521ac33e15de3265f3988cdd63f716535f2a0 2,884 1.00/1.00 vMB 215
655,722 655,722 000000000000000000001e4d1b989f911196f00e843370e8ae72bce988f9a710 2,824 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.