Loading Tool

Explorer IconExplorer

Memory Pool

38,268 transactions
28.10 vMB
0.06361064 BTC
Random Selection Loading Transactions
Max Size: 142.47/200 MB

Candidate Block

Mining Attempt 5e67c343bf182739b936a58c4c4c0043eb472c8a72afb972468be70fd5ec7456
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a328384abed2af5a30bca749c4f1e7d0514fbe74d820724e02e6e5230c63a4be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.00983447 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (797,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,356 117,356 000000000000b4c6a4f96274533db2de162ba71e11ee9824eb6aa79a19132373 4 0.00/1.00 vMB 882
117,355 117,355 0000000000007ae954b902ec4ede19ff49c418220d873e09c2c028b3603e487e 9 0.00/1.00 vMB 788
117,354 117,354 00000000000081a0b5d2ea4c723d9f008e149cfbedc2030b6b118de6882c6300 11 0.00/1.00 vMB 0
117,353 117,353 000000000000405dee9476de1283e3ce982d185bf90c1b7136370a28b0c8c224 12 0.00/1.00 vMB 0
117,352 117,352 000000000000cb5a73826771ded726841cbbb28f7fb363210aa2e2c8e72171ec 10 0.00/1.00 vMB 0
117,351 117,351 000000000000765fea3d593343fa31c03252bcd9154c71590eb89b8eda6c9412 3 0.01/1.00 vMB 1,278
117,350 117,350 00000000000055715fb0d7c7f63c1d2e0feb17b35e8c21e9354fa35601c715de 6 0.00/1.00 vMB 0
117,349 117,349 0000000000005ecf9f819ea03abd8f2a3f0b2cad5e5124bdabd0d7a770fd9067 12 0.00/1.00 vMB 352
117,348 117,348 0000000000009ec8fc3c5155d0b9e238475b7c9fff37d2a816834b4242bb7de1 12 0.00/1.00 vMB 678
117,347 117,347 00000000000074c63ebb2910d03627cc7721a1a45f0e02e2afebf61a428d857a 9 0.00/1.00 vMB 0
117,346 117,346 000000000000b7336dca6869fd16f0b293c5321c27063b31b3ef34ba4469ce34 20 0.01/1.00 vMB 1,708
117,345 117,345 00000000000066e410440685062588a01590229e6bf355ce049593d87b155e47 11 0.00/1.00 vMB 339
117,344 117,344 0000000000005c418fc34abca3f0e8eeb2d38afdbcae6d7b8b2e45285785caa4 10 0.00/1.00 vMB 0
117,343 117,343 00000000000002a4c8921ad7ccd4708d743a90ae8b4e7d3b0c7d128fff6bfe16 12 0.00/1.00 vMB 704
117,342 117,342 000000000000c52259e4af6a6d0a6c7ace1a05a4731965ce29c3d766bba80d50 7 0.00/1.00 vMB 346
117,341 117,341 0000000000005e764c39e91b0d63fba63e5c361cb9be60388e4ea125536ed3ff 10 0.00/1.00 vMB 705
117,340 117,340 00000000000083a676728ac322a0cb03e26e365c2504df94d5f978374ab66174 1 0.00/1.00 vMB 0
117,339 117,339 00000000000054d1c90eab08ecfb006f07eccc8982e3a058e34eaad5858bfcb5 32 0.01/1.00 vMB 0
117,338 117,338 0000000000003db6c18d6656f7eb0929442a3ca6d00eec056cf3226ad562d101 8 0.00/1.00 vMB 242
117,337 117,337 000000000000be57a3418254deee185248ae02145f141d106771642eddbad850 25 0.01/1.00 vMB 90
117,336 117,336 0000000000002d5e9e2015a92bad519b3e0085f8c61a8fa3a7a150a8162cef4d 12 0.00/1.00 vMB 482
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.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.