Loading Tool

Explorer IconExplorer

Memory Pool

80,019 transactions
30.02 vMB
0.08682424 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt d19c9a7ea653f57204a04014728f4a883399e9d3203060ad43cc88d866195eb1
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root f48c5d42dc684d6ee6232b4be86e98a291df776e90ed9facd542653ca692c543
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02550627 BTC
Feerates: 301.07 > 2.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (800,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,031 114,031 00000000000062c0af9a6f0d83bccf225d88ed3da6102d5c1d80dadd2d445d03 13 0.00/1.00 vMB 0
114,030 114,030 00000000000025e0280ac02046d4d08a6c8218a1902f58b53271ed53a26b3f41 12 0.00/1.00 vMB 337
114,029 114,029 00000000000020990248ac35ae8b319c2e327f9b48b470cb03be69f368fee154 13 0.00/1.00 vMB 0
114,028 114,028 000000000000340291141e94e6190a894d0dc823bea5dec67ab667991965a59b 51 0.01/1.00 vMB 0
114,027 114,027 000000000000a7cf7e6b0e0b7f08a1b8d5c553ce43f230b15f48920aa1e89b8f 3 0.00/1.00 vMB 3,875
114,026 114,026 0000000000006ad6353d314248f6a134ae0b62a4bd150ad7fb6a21abc76b26d4 14 0.01/1.00 vMB 0
114,025 114,025 0000000000006f058d7d34ac709071d08c534db65f727376b767fd46cc517d8b 12 0.00/1.00 vMB 213
114,024 114,024 000000000000bc5fc5478385ceb771298daf44b9650059a43a8afbef3c445bd1 2 0.00/1.00 vMB 3,861
114,023 114,023 0000000000009863cdbbfe9fd8865e0bc9894d101a33c67ea5939e5c6ea98d1b 11 0.00/1.00 vMB 0
114,022 114,022 0000000000008547987ed0961fe92c83cf2d9a691d6b02037a74f41cf6e54537 10 0.00/1.00 vMB 0
114,021 114,021 000000000000ae4e76866422da02c371fec3692bd86d4c45df13f7b1c1badfd6 10 0.00/1.00 vMB 336
114,020 114,020 0000000000004c74ca76bd6f63c7db8f4ac4725d2d70c5170f3f0b6756c0e04e 12 0.00/1.00 vMB 0
114,019 114,019 000000000000d6154ff2cce0e6b502d16ea250b47c14fefb528e7e57a081f053 27 0.02/1.00 vMB 0
114,018 114,018 000000000000b669e957f07bc0c77b3943da2171e663100a724d9cf2ccd2e406 9 0.00/1.00 vMB 643
114,017 114,017 000000000000223b2029ba5fe5cd8b40d0b97f005e96315928afb7b3dc62fa8f 12 0.00/1.00 vMB 0
114,016 114,016 00000000000020c8513b2ab8567134d471d2316953a8ed4439b88d7136b8ec0f 13 0.00/1.00 vMB 0
114,015 114,015 0000000000000514ba3a3eecb78416618a6f26c85d2104f8be9d493d44b6ba92 40 0.01/1.00 vMB 225
114,014 114,014 0000000000003ffeefe023469e1ed6c7f335a4a06b77ffc30443030b9ce0b49a 13 0.00/1.00 vMB 0
114,013 114,013 00000000000084e14736662ad42d30d4bc842b58e30d257a8e01e2df979a4ce1 12 0.00/1.00 vMB 0
114,012 114,012 00000000000024e3a4d298382cc76e8bd2abe353e632aa90376fbc0a267948dd 9 0.00/1.00 vMB 0
114,011 114,011 00000000000039209999c125aa2913dd63cebfba275179a95f29fa67403f55cc 38 0.02/1.00 vMB 374
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.