Loading Tool

Explorer IconExplorer

Memory Pool

79,955 transactions
34.56 vMB
0.17108343 BTC
Random Selection Loading Transactions
Max Size: 193.41/200 MB

Candidate Block

Mining Attempt 2ee230eae8b3ecbc2e2c547812e0f6bf2cb87b03ad4ef53e236b3026a49819c5
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 3eaddb4723a95fc6468337742505434b15976c977ff782c91b3e64defd9235b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.04414439 BTC
Feerates: 150.93 > 4.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (32,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,999 882,999 0000000000000000000053f01ef796c3f048d6b8f4d61fdc2b336336888e0874 1,901 1.00/1.00 vMB 2
882,998 882,998 00000000000000000001c908b16e0707c393cf90ce699cde6619a776eca349b2 1,039 1.00/1.00 vMB 1
882,997 882,997 000000000000000000015fdcdd041a45024a1eebd2e0773f4598621273273cc4 1,355 1.00/1.00 vMB 1
882,996 882,996 0000000000000000000086ccfbbdf4534655d386456c8adf7a51c97b5f43f778 2,410 1.00/1.00 vMB 1
882,995 882,995 00000000000000000000dff44149c4cdaa7468d861e537d93f391afa3f7b140d 2,023 1.00/1.00 vMB 3
882,994 882,994 00000000000000000001edd6783b3f4fdc79bf7e3f07d94c524241aae12dfd87 3,488 1.00/1.00 vMB 2
882,993 882,993 00000000000000000001eda77c573b808965378d624709925bea290a5abeebc2 3,078 1.00/1.00 vMB 5
882,992 882,992 00000000000000000000b357c07385b2e786c6bc1524276ddc97486b4d766967 2,251 1.00/1.00 vMB 2
882,991 882,991 0000000000000000000263732659ad24f748676d99e79a0ef9dbd7e1b9e99a8e 2,416 1.00/1.00 vMB 2
882,990 882,990 00000000000000000000e2ebe336582a440452c956748a9bcda268c3d51098e6 3,268 1.00/1.00 vMB 3
882,989 882,989 00000000000000000001066e197d3d426fdfe0bc1af3d8aaca3ac16c44f049ac 155 1.00/1.00 vMB 1
882,988 882,988 000000000000000000024ab9a2dde9a01f60825cce68431f5d27fc0111e8b31f 1,322 1.00/1.00 vMB 2
882,987 882,987 00000000000000000001043478eb7d8c4dcc9f3a600c19cd0140f169c2de03ae 896 1.00/1.00 vMB 1
882,986 882,986 000000000000000000012e56365d543d319a7f2b64b20ca71e8c15e64c78a5a7 1,727 1.00/1.00 vMB 2
882,985 882,985 000000000000000000025e512a7f1a6d54c45cf7da0f8ce9a8e2d37da05532e8 1,381 1.00/1.00 vMB 1
882,984 882,984 000000000000000000022d6f2e98424af4956979d1a243d4fc1fcbc3d8619e91 1,844 1.00/1.00 vMB 2
882,983 882,983 0000000000000000000006c0cd1cf736346571f5cc6e6f38ef3b5104769716f6 1,111 1.00/1.00 vMB 1
882,982 882,982 000000000000000000028d546013e05532423206ddbdd191525430b3a88efe31 2,779 1.00/1.00 vMB 2
882,981 882,981 0000000000000000000174212d027f3c65f5889914745673acdec4bee67adde8 3,539 1.00/1.00 vMB 1
882,980 882,980 00000000000000000001f7e1868d337020250f3d854a1b688d713f6df33b16ab 3,258 1.00/1.00 vMB 2
882,979 882,979 00000000000000000000b1295b39b16f53d668a1d48ca3ecfa71dd4b9cba3fa6 2,489 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 734.12 GB
    • Received: 18.55 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.