Loading Tool

Explorer IconExplorer

Memory Pool

42,963 transactions
28.46 vMB
0.06413684 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt 91c764a54306e6953cdef87711d691e09822a5cae1cfb05cb804aa931dda433f
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root ecbfc6679da9657f7c2c9dc7be1fedd6b83b8ef85352d0bca4bcabd0710434f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.00913743 BTC
Feerates: 100.00 > 0.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (358,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,511 556,511 0000000000000000002c319ace5e518fff9b63175210da6c74c4c8cd7c4d976b 2,906 1.00/1.00 vMB 9
556,510 556,510 0000000000000000002319cf41ca06b70212a62e4d5f6c454a5f5b7d972b81ed 3,137 1.00/1.00 vMB 24
556,509 556,509 0000000000000000001a4a59576333999d6da6546e753b87c4bed8a891180d83 1,637 1.00/1.00 vMB 13
556,508 556,508 0000000000000000002baeb2e867ca34ddb59ed1ec4ddbb6a6642c218807455f 2,954 1.00/1.00 vMB 15
556,507 556,507 000000000000000000031664fc31e762b3d3adb9993d67227520d95821d66d01 2,286 1.00/1.00 vMB 14
556,506 556,506 00000000000000000031d8c88a36a7af9e25a134cc899f68d43f4ee53b533aaa 987 0.71/1.00 vMB 1
556,505 556,505 0000000000000000000caedc81a7182d017dc44b97266a6687556ea1087e961d 2,814 1.00/1.00 vMB 13
556,504 556,504 00000000000000000004ad7e8cc8eeb345f8471b6fe62affe1d51010e8d2c6c4 1,227 0.57/1.00 vMB 7
556,503 556,503 0000000000000000002b9708bca4ffc08010d33e98db6ca1999d94ccf668e0aa 63 0.04/1.00 vMB 15
556,502 556,502 0000000000000000002907f0e1f719389ed5a7e763049e3b5e3b90ad4a3bc870 486 0.18/1.00 vMB 8
556,501 556,501 0000000000000000001306dcb9d7d7ab45a10c0d0fffc981885c14e865cd467f 1,059 0.52/1.00 vMB 7
556,500 556,500 00000000000000000009033885dd0de07ce3f4142aacd8dbc29512a6b9c4beb6 580 0.51/1.00 vMB 6
556,499 556,499 0000000000000000001d20424784e644099ba44cf35edd75cec2e4f3ac5c4135 1,093 0.50/1.00 vMB 10
556,498 556,498 0000000000000000000402afdac28ef2254a530082df430d04c2b3cecc206779 158 0.06/1.00 vMB 14
556,497 556,497 00000000000000000018f4b774360f98c3068d07f6847f72858ffd3da17d29a4 1,228 0.66/1.00 vMB 8
556,496 556,496 0000000000000000002064766f30059c9270e1d3930f57dc14c0b96294d09751 2,591 1.00/1.00 vMB 9
556,495 556,495 00000000000000000003a9571a6294dd94c66938f198d4420dddd2aad307c562 140 0.04/1.00 vMB 9
556,494 556,494 0000000000000000000519705b9ac7b4e71a40b580145b11d64b3f0d4bbcd55f 247 0.09/1.00 vMB 6
556,493 556,493 0000000000000000002ca81d6b7b8df7ca566cb38d3c5fb302ec75b088c386cf 1,861 0.99/1.00 vMB 6
556,492 556,492 00000000000000000000182edb37d2a6a5ffb471395ddc4fe70d9a4c4c063530 2,330 1.00/1.00 vMB 10
556,491 556,491 000000000000000000127886c0808755d853fdc7e5819ad3cb4bbed9628bc3e7 748 0.31/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.