Loading Tool

Explorer IconExplorer

Memory Pool

76,066 transactions
28.78 vMB
0.07047637 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt e6fab5ca96c3d68e462cfd7831e40da77921088a49d8ba0588cd3e9748f65873
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (348,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,239 567,239 000000000000000000159ba21971315a393decb320f92511fa0b99833327d63d 1,159 0.48/1.00 vMB 20
567,238 567,238 0000000000000000002e1bc02e6902172ad80c0a06c48abbc173de17b0e921a4 496 0.45/1.00 vMB 5
567,237 567,237 00000000000000000006d612f27ceb5c1d9d9bd5aac13db0f54ab80c1a1fb9d1 2,858 1.00/1.00 vMB 24
567,236 567,236 0000000000000000002463111dac63966f250548ad4eb73bae96e633bf0fa3d5 1,621 1.00/1.00 vMB 12
567,235 567,235 0000000000000000000b18c50c03a1eb5a436150951dcba8e983185475ac9806 2,398 1.00/1.00 vMB 14
567,234 567,234 0000000000000000001036aca10fb6186829d8dc1af01de4b442289f55f11fd2 918 1.00/1.00 vMB 3
567,233 567,233 0000000000000000002a1fcd40af9307a90be831d1ea7e74e05b64c0cd39ae3f 1,877 1.00/1.00 vMB 9
567,232 567,232 00000000000000000006dd32bdb89a869ffe9e860dc419f0608ebdd08c261554 2,784 1.00/1.00 vMB 9
567,231 567,231 0000000000000000002e19db1b2111624938336e39109cd2c7c3c851dd70d74b 2,667 1.00/1.00 vMB 13
567,230 567,230 0000000000000000000063ff00cc8a6e96bb1e64d9a8f1c46c06c7c5a8e2ce1a 3,265 1.00/1.00 vMB 34
567,229 567,229 0000000000000000001b19e380a79d21882011a185f57ce93f63ea17b106d406 2,759 1.00/1.00 vMB 16
567,228 567,228 0000000000000000000a065c1ced150bfd497b54b125099c109270d9696d8202 2,213 1.00/1.00 vMB 28
567,227 567,227 00000000000000000005e14719bb0a390636b49a256e034784aabfed68ecbdf7 3,220 1.00/1.00 vMB 28
567,226 567,226 0000000000000000002103e54f250649c78ea21bb4f37cf26e95ec45ff732cc6 2,954 1.00/1.00 vMB 42
567,225 567,225 0000000000000000001b4bceefa3b3a0a20dd209e16f28df9b7e14a2baf87f28 3,157 1.00/1.00 vMB 17
567,224 567,224 0000000000000000002d91e8a022b9998cb99ab84fb9827415621f987a9916e3 1,129 1.00/1.00 vMB 22
567,223 567,223 0000000000000000002b9e7d47fc80ced551533589b335b9879d2e53ef668647 2,609 1.00/1.00 vMB 30
567,222 567,222 0000000000000000000c9a65f84ea027eca6bc587fbca0f036734de3e6c574f0 2,731 1.00/1.00 vMB 28
567,221 567,221 0000000000000000002e2998f76507736d96df2f2cb45a744795d7316bea2b8a 3,560 1.00/1.00 vMB 29
567,220 567,220 0000000000000000000a607c402ab771c0280e9b78c482f869e2b31765176b4b 2,857 1.00/1.00 vMB 49
567,219 567,219 00000000000000000025eae0bf2611777f2a776e9341c93105e03fd6ab7a2188 3,115 1.00/1.00 vMB 23
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: 710.54 GB
    • Received: 17.08 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.