Loading Tool

Explorer IconExplorer

Memory Pool

79,114 transactions
30.03 vMB
0.08281646 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt 47cb7eb5bcd7fb54222cc1c986a340eaa668c1659310298dbba6fc22de9ebe4b
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (45,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
869,490 869,490 00000000000000000001fa3f9a09946c3ed64657ab9719241e7e65da8760f720 4,138 1.00/1.00 vMB 3
869,489 869,489 000000000000000000029919d1d66a10c6709739f771d4cb41e2e189fac06d09 3,268 1.00/1.00 vMB 6
869,488 869,488 00000000000000000001af38bc423ce2deb4d56e384ef78b6bb8c2d7e3dbfa14 3,790 1.00/1.00 vMB 5
869,487 869,487 00000000000000000002a05678f55c510c13e741e46b953b6ca53f4b2e75b505 2,174 1.00/1.00 vMB 3
869,486 869,486 000000000000000000010dbbedfc96e49993641c051451d62cd2dc1d584e69c5 1,848 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.92 GB
    • Received: 18.31 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.