Loading Tool

Explorer IconExplorer

Memory Pool

42,294 transactions
27.58 vMB
0.13839779 BTC
Random Selection Loading Transactions
Max Size: 142.73/200 MB

Candidate Block

Mining Attempt 32f2ea72078753fd48d627aa92e5d86101c32e4df05b1a53411c899ed48dd80c
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root e18c052f16ee824539e4dafadf67de251d89dd2b34b8b5f004e9c01763f8b4db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.05292439 BTC
Feerates: 150.71 > 5.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (358,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,209 556,209 0000000000000000000c91c65bcdc83f9eca46cad848f72972de5cce759b122d 2,058 1.00/1.00 vMB 11
556,208 556,208 0000000000000000001b61af93b4d7a7b4fce5fd21d33b178601e24ce1050e98 26 0.02/1.00 vMB 3
556,207 556,207 0000000000000000001c585410bcc1fe703cc361908b3448bfc800aa29becfea 1,363 0.56/1.00 vMB 13
556,206 556,206 0000000000000000000f86d805ece7578e74fcfa50dc830836e9c3bea96398a8 1,856 0.81/1.00 vMB 8
556,205 556,205 0000000000000000001cdd988e853ab8108b164cfe19464941e9d2900ddd7d9f 1,710 0.98/1.00 vMB 7
556,204 556,204 00000000000000000026e6185ceb63d73fb5566e57a4e3efa72e6d4953487329 2,484 1.00/1.00 vMB 11
556,203 556,203 0000000000000000002925aea3e73cfcd88714614056884715e82c5728e7dcee 2,443 1.00/1.00 vMB 7
556,202 556,202 0000000000000000003236a3a4a586f8d6a07a32e04a49ff6c61055885a76c87 2,816 1.00/1.00 vMB 17
556,201 556,201 0000000000000000001e93a10a11faf836d00529e03a22c8b8e5e6eca6cc3dfe 83 0.04/1.00 vMB 9
556,200 556,200 000000000000000000185fbb2362cff70537ca936eefef99d62184a7d2dbcb96 994 0.46/1.00 vMB 12
556,199 556,199 0000000000000000001d198b753d414aceda2b34ec812f479b929d4dcac3d03d 821 0.33/1.00 vMB 10
556,198 556,198 0000000000000000001aff6c2e4aea81e3b4b6132b66c28a972e1d3cb5ed4fdd 1,059 0.48/1.00 vMB 10
556,197 556,197 0000000000000000001f3fc7b6d3744e5bc2b7682a293808a4d2cdf3fbfb38e0 1,956 0.85/1.00 vMB 9
556,196 556,196 000000000000000000309d025e2f665005244dd81ebf3afd14ab2a2285e20735 1,225 0.64/1.00 vMB 11
556,195 556,195 0000000000000000000fe78999b03079cf6a70d13418525fca06434a109c9c38 973 0.65/1.00 vMB 9
556,194 556,194 0000000000000000000475810eadcf6303ba7053a4e761c6b8fa66ff55e601ed 2,408 1.00/1.00 vMB 14
556,193 556,193 00000000000000000033a21c7d9e5aff2fd179da1014adca64e0a09a462536dd 2,548 1.00/1.00 vMB 14
556,192 556,192 000000000000000000274f24a1fa797c4b136af86bac4134a49eb298edc52ca2 40 0.01/1.00 vMB 14
556,191 556,191 00000000000000000015b9d737fe740a2997d73f7e8c0a6d8212123eb0484885 240 0.19/1.00 vMB 6
556,190 556,190 0000000000000000002434e882d191f693400861a517e29048f53fea5599a788 2,644 1.00/1.00 vMB 11
556,189 556,189 00000000000000000034da326ed8b1726721bfbf8608b61c8b7feb9f472455d4 1,060 0.44/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.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.