Loading Tool

Explorer IconExplorer

Memory Pool

74,773 transactions
28.40 vMB
0.07647474 BTC
Random Selection Loading Transactions
Max Size: 173.15/200 MB

Candidate Block

Mining Attempt 45e3c1033be4e885f4caa6d1d17ac346777c947ad423043bdae9a4a74101d809
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 3ca15e97bc7f04cb66fa3ec442d6bce3ae3064a282a3dcff9b80dd1f5e63136a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01510804 BTC
Feerates: 150.77 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (487,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,171 428,171 000000000000000004dace60e7d6ad04d947a1abb52b8dc36e1b85b8210048fa 1,671 0.73/1.00 vMB 59
428,170 428,170 00000000000000000455abd9a3d5d4138531643f69847dd9a6a19f13e250b685 566 1.00/1.00 vMB 13
428,169 428,169 0000000000000000032ea5e2330e362fee2508dc3b73339f5a90b49eae6d4de8 1,191 0.60/1.00 vMB 55
428,168 428,168 0000000000000000008bae0efd9df36c430f6b111f95197d589f53dd350fe599 1,028 0.49/1.00 vMB 50
428,167 428,167 000000000000000001985e0087a49c3978d3bdbfb837826abc8987d65320e446 965 0.45/1.00 vMB 49
428,166 428,166 0000000000000000048971663593b04f427fd69c84d38096a1001f0fbb16cce5 2,553 1.00/1.00 vMB 67
428,165 428,165 000000000000000003620735e3f14b5135d7386f1fddf962124f85ab34ffdb72 641 0.98/1.00 vMB 18
428,164 428,164 0000000000000000014b544dfaad5604f50e4123e4ac3195f5c5045b4e5bff65 1,612 0.67/1.00 vMB 60
428,163 428,163 000000000000000000c4f9a0e886cd9665bd163cc4429c3129e520ce36be5649 333 1.00/1.00 vMB 7
428,162 428,162 0000000000000000036365526109ac9b09b5f0a0900fad5f5c2858dd92071adb 809 1.00/1.00 vMB 22
428,161 428,161 000000000000000000f22697efaf0ab92a347b5471ae8f40726d99a77192797a 254 0.55/1.00 vMB 22
428,160 428,160 00000000000000000198cef4687a5b3dbc9b942ac9d0d0be1629db72da942612 1,147 0.61/1.00 vMB 54
428,159 428,159 0000000000000000036b8732b9834a8bc1af0051dcd9c434a8f5ea90ed32e82b 1,309 0.74/1.00 vMB 45
428,158 428,158 00000000000000000466e877250836310e30b30e433af9b7e4649bf9965462ad 442 0.99/1.00 vMB 10
428,157 428,157 00000000000000000484e330cfbbd11e96ab043d227f0e0c201a11ea27ed7e2a 555 0.37/1.00 vMB 33
428,156 428,156 000000000000000004da60b193de8bf3d7abaf9695c3f3977a365669a8d53920 2,512 1.00/1.00 vMB 65
428,155 428,155 0000000000000000006373652f4112561cb8c3091c15d5f7d4bf91ee76c7e9f2 316 0.12/1.00 vMB 53
428,154 428,154 000000000000000002699a85b754dc4bea2838fd84d92de9be548e6e2b534d1d 1,656 1.00/1.00 vMB 41
428,153 428,153 0000000000000000042b9fcb0c635fa399fc9184a78cdd1becf00bf7f1736448 2,360 1.00/1.00 vMB 56
428,152 428,152 000000000000000002eb0d3f12d6450eee9d98b7ba01ed2d887c036fd4c91a82 358 0.73/1.00 vMB 16
428,151 428,151 000000000000000004bfc3428698d8857a5e70d94eaeb8a974d9d32c7425474a 1,174 0.97/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.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.