Loading Tool

Explorer IconExplorer

Memory Pool

27,860 transactions
12.40 vMB
0.04654443 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.57/200 MB

Candidate Block

Mining Attempt e06f983126141175c127bf7025cf514c675df971099304bff86d89c3dc8ef0ae
Version 20000000
Previous Block 00000000000000000000b1914f84f5f11538b49a2e576884c8d12f6d1efbe203
Merkle Root ae2a7b633cecf6a618c42933d0e6699fa1c51b493e9a47d2a7de926174b6e4b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 0.9978795 1.00 vMB
Total Fees: 0.02530681 BTC
Feerates: 301.67 > 2.54 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,769 (741,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,284 172,284 000000000000043159ed2baabbdfa6ea79224f11bff3585067a262a8235a8bc9 64 0.02/1.00 vMB 16
172,283 172,283 00000000000005d1501d6f18ae9baef6277f80d2fc39c6e30c898484d7165a6b 14 0.01/1.00 vMB 29
172,282 172,282 000000000000074ce90f37457a0c5072eb4e46e47f2869f42b12f623a416b744 22 0.02/1.00 vMB 6
172,281 172,281 0000000000000233a5d1b66b716e53e8b774bf689c9a8a59c174abb84f268b7b 79 0.06/1.00 vMB 53
172,280 172,280 0000000000000043fbc211a98ecac9305cce590f70b3a864076f18d6c48f7fc6 71 0.06/1.00 vMB 203
172,279 172,279 00000000000009f2dc467bb8f62855c49f2fdae2eb0717ce0399ad5185864b1f 8 0.00/1.00 vMB 1,148
172,278 172,278 0000000000000766a1356f5119b234d53e87e08b5ecd1d5d3bfffff955b67928 77 0.03/1.00 vMB 84
172,277 172,277 00000000000000a6d707e7539a727faa1c6030aa09f6c2e884cef3ab82b928a5 1 0.00/1.00 vMB 0
172,276 172,276 00000000000005b24e983b875e3bc67b8af9b77f129d8e14461a77700dc4f702 1 0.00/1.00 vMB 0
172,275 172,275 0000000000000aaad4c9a194768faab88d0b10b14e8547f4b836906f9ceeff31 38 0.02/1.00 vMB 172
172,274 172,274 000000000000060308fac6444ba11b9ca524fbf749881a26dabadb7622b6f212 18 0.01/1.00 vMB 82
172,273 172,273 00000000000007d677497007b7b17cfb5524d315dbeab4360da1658bdd9dace9 1 0.00/1.00 vMB 0
172,272 172,272 00000000000002a1ae2c4245395ab055247daef86e684fbcfc118b27516945ea 87 0.02/1.00 vMB 47
172,271 172,271 00000000000007f5711527f253fb0d0907b67a1c1e6fae4c70f7828fc68a8bdb 1 0.00/1.00 vMB 0
172,270 172,270 0000000000000446be0e65d07105ef00ec7d9dbf8c0c86187e8f48d081da44ac 13 0.00/1.00 vMB 68
172,269 172,269 00000000000009113d2528de262e992423dfd90457794a15ce06ffbca23706a8 26 0.02/1.00 vMB 62
172,268 172,268 000000000000060afc4e604adae0dec796d3902ca285e8f383afd318ad06566d 72 0.02/1.00 vMB 271
172,267 172,267 000000000000096d1abe6cc877c0e88f1a666c6b1829b76fffd33c6c85c567d9 74 0.04/1.00 vMB 243
172,266 172,266 000000000000044b87a264382d4ab680b0b3b38bad019905a99a3bdfcad37d90 14 0.00/1.00 vMB 0
172,265 172,265 00000000000002777569c5598b26b7913fa353ac0cdc0323448a5fcb0ea6355a 127 0.05/1.00 vMB 167
172,264 172,264 00000000000009a562610131004f7d86109792657b60a41bb794f27fa2246b59 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 506.35 GB
    • Received: 4.10 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.