Loading Tool

Explorer IconExplorer

Memory Pool

46,517 transactions
28.20 vMB
0.10424613 BTC
Random Selection Loading Transactions
Max Size: 147.45/200 MB

Candidate Block

Mining Attempt 69770d617bd67b09d9046c199d75f0953ab053e30ea7243b2273f7ade97c99ea
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 683c23a1a462b03743cb3120a55d3dc7d99707c7556b52f2241f541a393f9453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.04141138 BTC
Feerates: 150.77 > 4.15 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (427,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,386 487,386 000000000000000000f4b7b25b2f162b94fac3b54a6fffd34ab6348264438871 2,387 1.00/1.00 vMB 170
487,385 487,385 000000000000000000bd89c9a6015b9ff84c07ac95183159cdfcab7555917ca1 1,040 1.00/1.00 vMB 18
487,384 487,384 000000000000000000e705f2beaf792786320a41a725e6e4f68a0510cc2ffb64 1,927 1.00/1.00 vMB 99
487,383 487,383 00000000000000000045c291de10bedcdd8e3948f28712252e36bb2968a62183 2,529 1.00/1.00 vMB 75
487,382 487,382 00000000000000000020f200e3e417a8ac0bfe5278498e2b771ad55554165530 2,453 1.00/1.00 vMB 121
487,381 487,381 000000000000000000157970cd288d8e9b7a3d86be92f4f32bd84dcf3cecacb9 2,625 1.00/1.00 vMB 130
487,380 487,380 0000000000000000005c1724af16e8bdb55c946b0832f1234fd9510308942f81 2,592 1.00/1.00 vMB 155
487,379 487,379 000000000000000000721dad9aae64de4a8f0560f6ac037e911ea3f1eb6f6356 2,028 0.98/1.00 vMB 179
487,378 487,378 00000000000000000081245f40fe3bdd0da653d36747a4b4dcbcbfb27e383ef1 1,971 1.00/1.00 vMB 204
487,377 487,377 00000000000000000010ef7acfad0d882f12485caa0a878b294af9083e703d1e 2,489 1.00/1.00 vMB 66
487,376 487,376 000000000000000000f7987fd96dbb1d294718da7b6cbbcf0fad1f8843c08500 2,423 1.00/1.00 vMB 155
487,375 487,375 00000000000000000021c717829f2d8d94248a663f6cf02bbdfa32cf4c83ac16 1,397 1.00/1.00 vMB 69
487,374 487,374 000000000000000000ecd12898708c90fcd2062e4cc6c993a03dd452f70a7beb 1,130 0.99/1.00 vMB 50
487,373 487,373 0000000000000000004525a0e62e78a3262f8afa997223f6926c3364c30124ac 2,096 0.98/1.00 vMB 87
487,372 487,372 0000000000000000004ee67f1505dce6943d6c33650689d591765291b5b2a0b1 1,076 1.00/1.00 vMB 50
487,371 487,371 000000000000000000c3459cd80615ffdd2637f830f8f8b6cb9de3a4f8fe9383 1,107 1.00/1.00 vMB 19
487,370 487,370 0000000000000000004e90e833883acfd40cb662edefe930999eff7e92540daf 1,646 0.98/1.00 vMB 66
487,369 487,369 0000000000000000001a6520aa135490f72e81f738648a1b200af175769af9fa 751 0.29/1.00 vMB 178
487,368 487,368 000000000000000000838e3849621480110607055eff173663794f8f55311689 3,163 1.00/1.00 vMB 13
487,367 487,367 0000000000000000005a146c6edccb92b03650602a5c073b68a6ba719608ddff 1,331 0.99/1.00 vMB 35
487,366 487,366 000000000000000000b78010fef8eb9926e6862fdb251cae5e2a2d3e13f218cc 2,204 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.18 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.67 GB
    • Received: 14.00 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.