Loading Tool

Explorer IconExplorer

Memory Pool

78,747 transactions
34.88 vMB
0.13622341 BTC
Random Selection Loading Transactions
Max Size: 192.89/200 MB

Candidate Block

Mining Attempt f8f83647d76f3d74868b99e44372bdac67c9929a043e0de77585d82b683949b4
Version 20000000
Previous Block 0000000000000000000083cd39367e0cb041c7750eda09569a7b62d97da4353e
Merkle Root 6c633bdd1ed8bc6215244c7ef73823bc333072849bc396ac9477d44f83cf9ff0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,589
Size: 1.00 vMB
Total Fees: 0.01858305 BTC
Feerates: 177.15 > 1.86 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,403 (605,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,532 309,532 00000000000000000eed03d82db963e606c07c408e863e8a80e896ef1cf557c7 741 0.39/1.00 vMB 35
309,531 309,531 00000000000000003dc1ec07dc3abf8abb3cccb6015752667622cd19bcfe9bb9 175 0.10/1.00 vMB 28
309,530 309,530 00000000000000003606eaf825796e818e8b34cd2808eedb15feccc68b1aba68 289 0.19/1.00 vMB 28
309,529 309,529 00000000000000001bd9049c24fe9776fbb0700e532b5fd866c8938e8f86860e 479 0.22/1.00 vMB 32
309,528 309,528 00000000000000001c8dcea0eab48dedaf498fbc0e63afff56880e6e857aafc8 916 0.51/1.00 vMB 30
309,527 309,527 00000000000000002bcd3a1745d1b7ad99999683afa2377af31561894acdd504 901 0.54/1.00 vMB 28
309,526 309,526 00000000000000001179637ac000380cb365fafa8d5b1da1db6dc5684f36713e 55 0.04/1.00 vMB 24
309,525 309,525 00000000000000003c22222e0226c4f5266ce3e77ca16a39483847a65bbc80dc 117 0.06/1.00 vMB 30
309,524 309,524 0000000000000000176011cac016cdeb8536b81fc148f969279362bad455d33e 175 0.12/1.00 vMB 26
309,523 309,523 0000000000000000191b55a647850e51df5934622a0a7a8a77ad9bfa199db7c1 217 0.13/1.00 vMB 33
309,522 309,522 000000000000000008f24a576046ff149edd77730957d5f097d1431200bc6c6f 16 0.01/1.00 vMB 52
309,521 309,521 00000000000000002fb50c7073351e140f435fc53d9541df825576eb868bf97f 25 0.01/1.00 vMB 38
309,520 309,520 000000000000000021b255f98ae947d840cc63b3c7218301b038203014256648 427 0.25/1.00 vMB 30
309,519 309,519 00000000000000002cacd83c249e3837e281f13608cc8ad8b0507ceefb2cab06 173 0.09/1.00 vMB 10
309,518 309,518 000000000000000002954154a1f1d3e2599e12d186cf798ae8e1bbbb7a621ccf 1,430 0.73/1.00 vMB 34
309,517 309,517 00000000000000002aa42087ffc4b719961d930e925addb584617a09ae20b424 1,025 0.68/1.00 vMB 25
309,516 309,516 00000000000000001d1c2f03fd1c99791993f6b2d335d1caabe7c0978c354851 636 0.25/1.00 vMB 44
309,515 309,515 00000000000000002a2ed71e09650781d1fc316723848fa4496dadb6365d1e63 32 0.02/1.00 vMB 57
309,514 309,514 00000000000000000e5b8f229a9d35d059985d2cca849fbd380e9b707cb502d2 195 0.12/1.00 vMB 26
309,513 309,513 000000000000000010d12d4ef0d5663ea97cc0c020d75ddf5519b70dd0bb0f57 512 0.31/1.00 vMB 30
309,512 309,512 00000000000000001f2099b702ff8a0d8124247a46137fef97603d99772920af 352 0.23/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.09 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: 724.30 GB
    • Received: 18.42 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.