Loading Tool

Explorer IconExplorer

Memory Pool

21,876 transactions
5.30 vMB
0.05853520 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.81/200 MB

Candidate Block

Mining Attempt 9108da26814cd167b3c28b78eb4dc15b74998fca2a4b9e4fd4fbf52f30188970
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root 6f643b246389d20a72e26ede3de86bd7d821c4a749a2fc612ab1ce5afa992847
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,722
Size: 0.88 vMB
Total Fees: 0.04696419 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (755,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,428 157,428 00000000000000b0fc6286144ab9548f9473f0228d1d164ee028bbe9f86fb90a 0.00 MB 1 0
157,427 157,427 000000000000061c6021fe4ad4a9f8079e87d0efef08f975571145a6080f4320 0.04 MB 55 50
157,426 157,426 00000000000004de870af50e779983905111ada643646299cdd64fe9ba971f93 0.02 MB 47 39
157,425 157,425 000000000000047afb2a8ffd92f097953b3e53cebf392177f714c9d154e9e145 0.00 MB 2 0
157,424 157,424 0000000000000d925f5adeffef34025864f8726413b2797f30ac59afaf109a8b 0.01 MB 16 178
157,423 157,423 0000000000000b3742aba2843eee5d80f28e13749e4f06627b9e085eb2d77922 0.04 MB 93 115
157,422 157,422 00000000000000ac72f123f7a3486c50e3340160762da1fe45ebec071f1612bc 0.01 MB 28 149
157,421 157,421 00000000000001f49fb7d6120424f32820edacc4294f1775e6bbd1278eb4b821 0.02 MB 59 111
157,420 157,420 00000000000001e1583811d1a1b9e1ed2af68b75ee28689deca9af1e0cdc538c 0.01 MB 27 70
157,419 157,419 0000000000000c734ef24d99ed783c55cb4cee58a0e23b1e433eb3df88d9198c 0.00 MB 2 0
157,418 157,418 000000000000040b4495df63500b4a912b9c51e935f86bcbbeef3a32d0796ebb 0.02 MB 19 18
157,417 157,417 000000000000065941d17a5778abd85a64836fe2ee18a2a913a0dbdb6883196d 0.05 MB 32 38
157,416 157,416 00000000000009a1d21989fcb648a2e903d60b238662b9553553471bcb96f86a 0.04 MB 110 23
157,415 157,415 00000000000007246ddd777a23fc8b99c1c4f976343d163e5a5790903b19b50c 0.03 MB 38 41
157,414 157,414 000000000000084ada0e7f3a4d593522729a89a64682fbf3e740021434702c74 0.00 MB 12 35
157,413 157,413 0000000000000961006254eb71e2fb5ee9c33e36ad77300744df1b1b8ea05d5c 0.02 MB 45 60
157,412 157,412 000000000000050b535392c50dc727a8e727cbe6282fb5e696113b339a5df069 0.01 MB 11 561
157,411 157,411 0000000000000618f8e9571b4a7d386b4d4766db1f54e791b47ae38c258435cf 0.00 MB 7 1,686
157,410 157,410 00000000000000b57b8b9d110caf647803b969bd3ab6d31fcaafbea2c4f5bf02 0.01 MB 25 0
157,409 157,409 00000000000002c27803779ada377edf264666956f9406e5ea607ba23aed24d6 0.00 MB 9 0
157,408 157,408 00000000000008c46e979d471ab0e0e089adf65c107ead44b11be156b4053406 0.01 MB 9 712
Previous 10 blocks ↓
Total Size: 778.82 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: 363.86 GB
    • Received: 3.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.