Loading Tool

Explorer IconExplorer

Memory Pool

41,974 transactions
30.44 vMB
0.07067610 BTC
Random Selection Loading Transactions
Max Size: 154.46/200 MB

Candidate Block

Mining Attempt d1af1c28be6c0d08bc1aecf2aafd1bf830fcd07dfae098a97cb27ea5439fd4fb
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root 55337771e780ca8fd4a6400118c875d0250f5caf6e79563199fd6baba3be9a0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,365
Size: 1.00 vMB
Total Fees: 0.00979387 BTC
Feerates: 60.16 > 0.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (515,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,400 399,400 000000000000000006ab0447ee4245c70c7a320a8fd3b0180fef636f64bb2d0f 1,904 0.93/1.00 vMB 77
399,399 399,399 000000000000000001e5fa6093eec76ede4b0b2a4426ee375e32764f2ec661e0 2,979 0.93/1.00 vMB 51
399,398 399,398 000000000000000001c1b9730c4bee3259e755067d324bc0e6e840627e561d94 2,433 0.98/1.00 vMB 40
399,397 399,397 00000000000000000025809083ddd9ea8eb7822d9f3f276747a6d49fe3cd3be9 2,674 0.93/1.00 vMB 45
399,396 399,396 0000000000000000013c8c99ef30178382bed44f8e27e443f7c9e39b141fc367 2,461 0.93/1.00 vMB 80
399,395 399,395 0000000000000000030cf3b4ca664bdcf40a893242a6a9ff6baae601ae9dbe77 324 0.14/1.00 vMB 61
399,394 399,394 000000000000000002d12c483acbcc293bd6593b2385afc8f8927362b9b5d7b8 1,335 0.70/1.00 vMB 60
399,393 399,393 000000000000000001529c5930899ad7676c52d7b1b9ab7dccd1260a4eb82eb9 2,668 1.00/1.00 vMB 43
399,392 399,392 0000000000000000050c13fe8e4225f4291ef71557c9e652df62bb74dc155d7b 1,642 0.79/1.00 vMB 35
399,391 399,391 000000000000000004f737befd3e68d07e17a1398d81c848c09d778b402f9887 1,976 0.88/1.00 vMB 39
399,390 399,390 00000000000000000359802357dc82b9bd1c09f53c89629a9edea84b1eaeaef0 1,329 0.99/1.00 vMB 18
399,389 399,389 000000000000000000f12cb79d269293d65950398ae63cd5702c5b5154cc3788 2,804 1.00/1.00 vMB 48
399,388 399,388 0000000000000000060b5fc1137fd0ebf6115a65eff5936e29bd86931d5598a1 1,453 0.92/1.00 vMB 26
399,387 399,387 000000000000000003134392d6af3845202f32a6e7d32de12f05a9377d6f1c1f 2,684 1.00/1.00 vMB 46
399,386 399,386 000000000000000000fd6275db369947e22bfa612e0e36884713fdd7d78f5749 2,898 1.00/1.00 vMB 51
399,385 399,385 0000000000000000016c6e8ada1407e15c46cea5278f88212ae5de9211733f05 2,514 1.00/1.00 vMB 45
399,384 399,384 0000000000000000028b45ad8115896e1c2e68b605302e53bf731d8fe88e6fb3 447 0.25/1.00 vMB 38
399,383 399,383 000000000000000000d3013c95eed1450d5801b1882e566fa3c83e648e0fe94d 461 0.22/1.00 vMB 39
399,382 399,382 00000000000000000465910aec57441140acbe0ec27b86a0d29e6f0735be716f 1,029 0.73/1.00 vMB 29
399,381 399,381 00000000000000000118a37f1489bce6f952bd2fcb6b51ce9ad60f9a2f61b5a1 2,266 0.93/1.00 vMB 47
399,380 399,380 000000000000000003767578949dbd858412af0f848dac690f8381a07158ef85 382 0.19/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.43 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: 610.02 GB
    • Received: 10.70 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.