Loading Tool

Explorer IconExplorer

Memory Pool

41,827 transactions
26.47 vMB
0.07066695 BTC
Random Selection Loading Transactions
Max Size: 137.84/200 MB

Candidate Block

Mining Attempt 7cee6bcfd6e4d81ce44727b340f6d537a56ecd35081e4a7bbc5da68bc3194ae8
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1eb01df48c9d8c8390f160a62399c7cf5c539b211bf9f97d011e16254bc179cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02205058 BTC
Feerates: 99.53 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (265,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,533 649,533 0000000000000000000a56a7be2a0e8c5b7382c342fe3aa2b48792e620b45e9c 2,476 1.00/1.00 vMB 80
649,532 649,532 0000000000000000000ce25391ce4927304e6deac86737c665e646e0b71f800e 2,600 1.00/1.00 vMB 75
649,531 649,531 00000000000000000004cf5d4bcee3bec16c40cc823fb1aeb75c5d9384797c82 2,683 1.00/1.00 vMB 72
649,530 649,530 0000000000000000000cf32ad6e6b4bf3470a02b4c9dbcdb194fb9e74371fe00 2,398 1.00/1.00 vMB 82
649,529 649,529 0000000000000000000635cddd186d7123ee7930f633f3472c3d709423244252 2,535 1.00/1.00 vMB 66
649,528 649,528 0000000000000000000dbdd206ffe62195826924e2ed6b402b49c6aa2f0f9b75 2,170 1.00/1.00 vMB 67
649,527 649,527 00000000000000000004e6526dc62f29230711a8185db673ba371e940bfcdfb7 2,320 1.00/1.00 vMB 78
649,526 649,526 00000000000000000000ba1f94fd04d0374f49604d2f2542e0cb8bcb941bc3f1 2,789 1.00/1.00 vMB 79
649,525 649,525 000000000000000000036fadf51ff2618c8df398e00831a1903599c1fe03f2e0 2,927 1.00/1.00 vMB 63
649,524 649,524 00000000000000000001da4d9ba8ac0ef6f869862e89aaf0feb2e020e656aa93 3,047 1.00/1.00 vMB 60
649,523 649,523 0000000000000000000a73dfd38e6bba2af34bd7de94be7de2d0c162acac40dc 2,342 1.00/1.00 vMB 75
649,522 649,522 00000000000000000005b2d08f0c6f0edf6785b841a8ef158b506f4bac6ddc39 3,275 1.00/1.00 vMB 71
649,521 649,521 0000000000000000000415b5016333247418d2841203c19223ccf10914d13a19 1,631 1.00/1.00 vMB 71
649,520 649,520 0000000000000000000a018517e364b3ffb1b01ab8fac14a5ffe100f37f694b7 3,129 1.00/1.00 vMB 92
649,519 649,519 000000000000000000071cc495311fb4f985483ce5783045069c2a6490d0363f 2,982 1.00/1.00 vMB 84
649,518 649,518 00000000000000000006716d9089808b823dd807ea81f06c73de0f38c63f4359 2,777 1.00/1.00 vMB 67
649,517 649,517 00000000000000000009158975c623418094eb99dc43be4d283d1c9841c3ff68 1,942 1.00/1.00 vMB 69
649,516 649,516 000000000000000000088b8cff76cf3c42b18d54cb12ede4f60f9208c60f676d 2,725 1.00/1.00 vMB 81
649,515 649,515 000000000000000000060e3bafbe39f4b16f44ba4d208c49f1135b0f41981f2e 3,089 1.00/1.00 vMB 63
649,514 649,514 0000000000000000000a34964b018c3d791578beccdede06cc976e7d5659c60b 2,723 1.00/1.00 vMB 82
649,513 649,513 00000000000000000005a00eed292b5e6e0c2d26b1c6b3de63e95a3dfb3de3fd 2,777 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.