Loading Tool

Explorer IconExplorer

Memory Pool

79,281 transactions
30.02 vMB
0.07715345 BTC
Random Selection Loading Transactions
Max Size: 183.47/200 MB

Candidate Block

Mining Attempt cc9f608327bf021b6730f2bd78d0ebf4f85a811adb062a0ab6cfca3af7887515
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 0c52c76fe3ba924457484ea3afb88e92c396aec10e9392dac6296ff01f241618
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,257
Size: 1.00 vMB
Total Fees: 0.01051323 BTC
Feerates: 40.21 > 1.05 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (45,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,511 869,511 0000000000000000000246708c842f2dde5b328f8ebb31a36981bbef5f754e91 2,470 1.00/1.00 vMB 2
869,510 869,510 000000000000000000018f48ed8e82e0c197ef085ad68ca42bf2777232756ef9 1,564 1.00/1.00 vMB 4
869,509 869,509 000000000000000000002d5a42edd4ce39da839fc34514fb5d92b41a2db8372c 1,600 1.00/1.00 vMB 4
869,508 869,508 00000000000000000001cc5a81a80abb0ec0e43d12b0749fcfd07373c66a9b70 3,520 1.00/1.00 vMB 5
869,507 869,507 00000000000000000001c206f7759c124a6f30370a4c50c39bd1e3c9479c303c 637 1.00/1.00 vMB 3
869,506 869,506 000000000000000000019fcd390d51fb69c799f1848c8a362c49976677913f27 2,256 1.00/1.00 vMB 4
869,505 869,505 00000000000000000000c0b9d6809652505cba703b75d5469bfdbaa107e6b756 2,240 1.00/1.00 vMB 4
869,504 869,504 000000000000000000015ad4c908a9065bc4242f0536e1c15d8c799e3900ae7a 1,900 1.00/1.00 vMB 2
869,503 869,503 000000000000000000005dcd7716797d6e5564da02f2ce7cabbd328b4fd65eaf 1,499 1.00/1.00 vMB 3
869,502 869,502 000000000000000000028448228b2f381d98dc3e7f7115b17bb2a273d4c0d786 1,556 1.00/1.00 vMB 3
869,501 869,501 00000000000000000001f6fed3d98b9c2b2d0fc2f5abac2da71d586185308254 1,062 1.00/1.00 vMB 2
869,500 869,500 00000000000000000000830dffbff5562c9d137f8604b6345b2261cb88b89c1d 3,232 1.00/1.00 vMB 3
869,499 869,499 00000000000000000002371628bfcb2f7e7faea3160abe0655b73d5022596caa 3,751 1.00/1.00 vMB 4
869,498 869,498 00000000000000000000f60b45d858442f68c994b0877127b00b1d740cb3ffd3 2,852 1.00/1.00 vMB 5
869,497 869,497 00000000000000000000bcd5b07781480929ae05f0e30d59d92f8a897f140c92 2,151 1.00/1.00 vMB 5
869,496 869,496 0000000000000000000017a6d2381be763e407d477a8158383935260902f888e 1,864 1.00/1.00 vMB 4
869,495 869,495 000000000000000000024b98f38e40451a340418f2fba0b04687e87bfb35a85f 3,096 1.00/1.00 vMB 5
869,494 869,494 00000000000000000000c3a4a2b7a4e08420d8cd4ba014d6a4283c6862a3b6bd 3,020 1.00/1.00 vMB 9
869,493 869,493 000000000000000000026a747384f6543d0edc7c50d42dc36c2a000a7b487f3d 3,524 1.00/1.00 vMB 7
869,492 869,492 00000000000000000001b334f3eed4a598797e876ec24f911d93289b55f5b3ca 3,396 1.00/1.00 vMB 6
869,491 869,491 00000000000000000002225b1097d6fe5f42a32b7ae7bf63138a168f0ae4ac84 2,899 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.