Loading Tool

Explorer IconExplorer

Memory Pool

31,316 transactions
30.30 vMB
0.06384241 BTC
Random Selection Loading Transactions
Max Size: 167.66/200 MB

Candidate Block

Mining Attempt 25d9d14332c04c4f177bc41759da03925c84a89c814283969b87d1a1dacb8547
Version 20000000
Previous Block 000000000000000000006d20e3e2e291d70c5e544acc3558753894f5087253f6
Merkle Root d7f37e07ebabdd7577fa939514f978ef4a7a3144502f30266707578a7fb71749
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,802
Size: 1.00 vMB
Total Fees: 0.02166427 BTC
Feerates: 713.01 > 2.17 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,017 (44 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,973 940,973 00000000000000000001a59b60e485b77ba2862d55f86e928f9e9d00c9f1fda7 4,071 1.00/1.00 vMB 1
940,972 940,972 00000000000000000001194b594f8f12cff31a1945b453573bbf109635c2f39a 4,480 1.00/1.00 vMB 0
940,971 940,971 0000000000000000000083c493e649dbf6038e5dbdc6836ebc9d89eb800b88f3 3,478 1.00/1.00 vMB 1
940,970 940,970 00000000000000000001418f20e94dc8f8d38c271630b0c26c9e262a7784c949 4,732 1.00/1.00 vMB 0
940,969 940,969 0000000000000000000188cb63bbb024e12b700f12d20ae98ae532cba4cb0f9b 325 0.12/1.00 vMB 3
940,968 940,968 0000000000000000000005e3b37719cb7f11c0eec5ddedd4505180ec5841f3f9 5,064 1.00/1.00 vMB 0
940,967 940,967 00000000000000000000b29ae3ae43ad0b39bb797c9853c659d445ce332c413a 786 0.27/1.00 vMB 2
940,966 940,966 0000000000000000000087e70bf9810ca521284529da3b939267e4aafc01aff3 4,384 1.00/1.00 vMB 1
940,965 940,965 00000000000000000001902dac1cd12a78cb248b3a369f436003c6225ba6105f 4,141 1.00/1.00 vMB 1
940,964 940,964 00000000000000000001521924ce06faac091c0fa153d22caf4a9285bc15c11e 1,364 0.52/1.00 vMB 2
940,963 940,963 000000000000000000014e7db514c67528f8806ec6b7fa924f9b87a0f9a7a123 3,283 1.00/1.00 vMB 1
940,962 940,962 000000000000000000003a2ff765c4c36efc9d4cfbb3be3c0b31034f77887c24 2,173 1.00/1.00 vMB 2
940,961 940,961 00000000000000000001f072c83fd9a3d32e485b6be8d5d6bdd2a5678fc006bc 2,528 1.00/1.00 vMB 2
940,960 940,960 000000000000000000000dd2aad6857f3fa9c4d02b6a4c0bbb86b4b8005ce351 2,405 1.00/1.00 vMB 2
940,959 940,959 00000000000000000000c4e0c57430a33f2f8a86afacee903e52c639e24e07e0 2,674 1.00/1.00 vMB 3
940,958 940,958 000000000000000000010af65044c34115d1680d4ca3c3d5c51d93c2ea5f9f8c 2,597 1.00/1.00 vMB 3
940,957 940,957 00000000000000000000f2d71ac8fb6affe12e3fec000108b6583555efcb98b9 2,768 1.00/1.00 vMB 5
940,956 940,956 00000000000000000001567a35d3dcad1390e6c9854f5e7f62df543879fdd6e0 3,207 1.00/1.00 vMB 4
940,955 940,955 000000000000000000011fe00a03e6aaa010316d16ac7e2eaaaf2ac22598787c 3,774 1.00/1.00 vMB 3
940,954 940,954 0000000000000000000007780ba20fcee643327a4babb75123477d43370e00dd 3,016 1.00/1.00 vMB 3
940,953 940,953 00000000000000000000b84dd91f00d705ccdb1b2d0bad08818b983aea0c8f62 3,664 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 828.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,606.56 GB
    • Received: 248.06 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.