Loading Tool

Explorer IconExplorer

Memory Pool

77,065 transactions
28.81 vMB
0.09680545 BTC
Random Selection Loading Transactions
Max Size: 174.79/200 MB

Candidate Block

Mining Attempt a717b05e3318dba85d7ed32129091a567cddab4367c7f9525cd16bb98ad7afaf
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root c7243542bd728a85b5e1ccd6281e56bc8f49a5c329c0d7434a35eed1b20c5f8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02916461 BTC
Feerates: 180.82 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (304,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,268 611,268 0000000000000000000751d921ff2684a62d5c541bd78a6ad60477df2fb06878 2,548 1.00/1.00 vMB 9
611,267 611,267 000000000000000000134b13179ccf186198d86b8455fb0af4daa1e90a123d7c 2,632 1.00/1.00 vMB 10
611,266 611,266 0000000000000000000300c61b44e3be1b177d6d05d5bca14933063f4025582e 2,244 1.00/1.00 vMB 14
611,265 611,265 000000000000000000017fadf232c603ba7774a1b75f54854c9c8dd975162217 1,892 1.00/1.00 vMB 14
611,264 611,264 00000000000000000003557e66e49eb02fbfc685ef08ba337e8818ca4c5c65a8 2,178 1.00/1.00 vMB 21
611,263 611,263 000000000000000000066eae4fb3e8d50905a70fd86364428d25864b32ada560 1,420 1.00/1.00 vMB 24
611,262 611,262 0000000000000000001407e438a67eb5fb8fc76220a33eb9a4d7eeaec59eb651 1,021 1.00/1.00 vMB 57
611,261 611,261 000000000000000000084eaee38b5f02c841c0ad0950fba7a3ae5d03600482ff 2,581 0.85/1.00 vMB 14
611,260 611,260 0000000000000000000c76d1418ec4db89652ac13cf8482ea9e4e4d20597698d 2,934 0.91/1.00 vMB 11
611,259 611,259 0000000000000000001191d16299370df98ee2624deea0c1ac1b833e552e3bff 1,158 0.35/1.00 vMB 7
611,258 611,258 000000000000000000118e11119d046eb7c89a188b2cc2470348eee6f9673f09 1,492 0.46/1.00 vMB 10
611,257 611,257 0000000000000000000cc5ad3f2e7d04b335db99e54c931c9fc5a90cc92065da 172 0.05/1.00 vMB 5
611,256 611,256 0000000000000000000b7d0a08418009ecf1d4d4c5cddce650d5b6c16b2d7a1a 259 0.08/1.00 vMB 11
611,255 611,255 00000000000000000010c76ceda86b4aaef01bd37c65a0ff307f0f8a338d62d3 1,454 0.46/1.00 vMB 11
611,254 611,254 000000000000000000077f7673bd6ce030ed6e569c105542670a0e54f5e2ee0c 476 0.24/1.00 vMB 5
611,253 611,253 0000000000000000000cd08c6e0f48828fc8b8dfad848624aee207dcd29acec9 2,900 1.00/1.00 vMB 11
611,252 611,252 0000000000000000001034e8b30a0d289ecb5eafa125eca8d6d4a835c5da0a4e 914 0.35/1.00 vMB 9
611,251 611,251 0000000000000000000c095d5f35c7221b1d36a08d77674a308ff85cd9d0fcf2 1,516 0.54/1.00 vMB 10
611,250 611,250 000000000000000000088d1f7445130b7609df6ee611b378f16fd5bb03f0332f 1,186 0.43/1.00 vMB 8
611,249 611,249 0000000000000000000de46fb9436c3b2dda3136fe49ef4205aa826d34395c4b 743 0.24/1.00 vMB 11
611,248 611,248 0000000000000000000f40a06a92acccd4fdb0dec1efad39bc57a5c187392711 878 0.30/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 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.