Loading Tool

Explorer IconExplorer

Memory Pool

80,213 transactions
29.83 vMB
0.12253129 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt 8b945c82b586093d9a0d60eed35ff273ccc8e7b88b860b39a2b48a059a761f26
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root 7c083a676cbcad3135878047a0a1cbb21164ce83eacc2de77a9f278bd5ea8109
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.05730731 BTC
Feerates: 313.32 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (630,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,341 284,341 0000000000000001a10ac844a6fc7f7b19512d92e9c26f99a547238a05f7e7ee 545 0.25/1.00 vMB 40
284,340 284,340 0000000000000001769e3e2da0c978d261d087b6299be7fe89377b828ec7bc64 441 0.25/1.00 vMB 68
284,339 284,339 000000000000000140fdfae88031c40ce16103dd5600369b3e3e6c2807097726 549 0.28/1.00 vMB 39
284,338 284,338 0000000000000000257a6c78e6bd5fed5f8a29f07f89fbf6f4739fdec0ec96d5 554 0.32/1.00 vMB 33
284,337 284,337 0000000000000000c5abc2f94aa2294a7c9fcb0be2902d1d0eefe3d952df5f45 153 0.08/1.00 vMB 28
284,336 284,336 00000000000000005aa17ea25fb80bfad40bfeb59cb07275e63dc56008b5b23b 583 0.28/1.00 vMB 36
284,335 284,335 00000000000000000efa539f3984ebb4545c91dad125cd0594d1493d945b9df4 180 0.13/1.00 vMB 19
284,334 284,334 0000000000000000fc33b32b28c8b90ee35f8f91f0d9091a7905ebb74497b4ca 353 0.17/1.00 vMB 42
284,333 284,333 000000000000000133d248a072c4168df5e109943b58233d08a0689daca0cca3 744 0.35/1.00 vMB 43
284,332 284,332 0000000000000000cf93792663494dda65d55413e2b87e6e35e54373b09785b4 137 0.08/1.00 vMB 27
284,331 284,331 0000000000000001954d53308a17bdd53a2b520d0de1a89bc1be1764c4ee5c1c 53 0.02/1.00 vMB 41
284,330 284,330 00000000000000002bb4e6a6502b3c5f9fd342121474e304ff2be5da91c7544f 358 0.18/1.00 vMB 36
284,329 284,329 0000000000000001349dfd45adba30c0f7aebb5c1ca4d079a167feeb7d63ab0d 1 0.00/1.00 vMB 0
284,328 284,328 0000000000000000625415be199a0ab00cc9fc50ea869c4edc790edd2b7e8f2d 959 0.50/1.00 vMB 36
284,327 284,327 0000000000000000296a8646a2d995d999dc94f3d9557cbbb2d86604f7a206fa 632 0.30/1.00 vMB 42
284,326 284,326 00000000000000008d2ec205d3e5df024ea9148f63fb7f12ad3a8b734544dd5a 543 0.24/1.00 vMB 37
284,325 284,325 00000000000000019f7ad3ebfa9fd9ab5a84dbf22cd4b943dce74f29323b5447 174 0.17/1.00 vMB 23
284,324 284,324 000000000000000176ebd31e56404bdbbb31a377ccc901a5567bbbf29b87c03c 134 0.50/1.00 vMB 11
284,323 284,323 00000000000000015c758f15c61dc66bb710148e91b7bc2ebffc7693f48d02cf 1,212 0.50/1.00 vMB 43
284,322 284,322 00000000000000015be7695e1efca696e7fb847ff84eb19b35251ec291eb8ac1 193 0.07/1.00 vMB 30
284,321 284,321 0000000000000000eab8a1fbf5a9bb9e21dcf62d9b4d78f8cb4f3d3eaed50276 514 0.25/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.56 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: 670.10 GB
    • Received: 15.82 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.