Loading Tool

Explorer IconExplorer

Memory Pool

50,335 transactions
29.88 vMB
0.11709661 BTC
Random Selection Loading Transactions
Max Size: 159.46/200 MB

Candidate Block

Mining Attempt 5f021f6f1f095fe3683e5e50c1a1eb8fd4fd8f5db4a58e3a75d4733f5cd6bdd1
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root c556e6b5b400ce186398ab3d148e1630163d899586b47895090f8cf3b389150c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.05243715 BTC
Feerates: 301.60 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (173,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,062 741,062 00000000000000000008df13d1964f2b241584040772003e1b0d88cfa9c9b403 3,384 1.00/1.00 vMB 16
741,061 741,061 0000000000000000000809e2aa3077a832a1876899fac14a42266e696631e3d2 2,999 1.00/1.00 vMB 31
741,060 741,060 000000000000000000090ec17025794e6ea87e68984b89600044703956703e06 2,826 1.00/1.00 vMB 26
741,059 741,059 000000000000000000030047974e2ba7b239eae0b5d9414386f6ed33a5e6317a 218 1.00/1.00 vMB 13
741,058 741,058 00000000000000000005779595a75cc206fe2af3cceb254a3d3210d7e00a716b 2,470 1.00/1.00 vMB 17
741,057 741,057 0000000000000000000085167f4c19556dbc20eac59807e1f6f25b260f62816e 2,951 1.00/1.00 vMB 20
741,056 741,056 00000000000000000005ba22a8c5e8a10bf6900c2bb8d211bd7d0f0f7f27b527 2,104 1.00/1.00 vMB 23
741,055 741,055 000000000000000000076206e36e8005197b9752976cc12c03900026d0b09f3b 2,217 1.00/1.00 vMB 31
741,054 741,054 00000000000000000003b909885f769d3f03e3129a5c2f978c6690fb7f43f5d5 1,695 1.00/1.00 vMB 35
741,053 741,053 00000000000000000003a1466ab7a5d3cbcf12f4eb5421ab87b2a4f726f44251 2,259 1.00/1.00 vMB 58
741,052 741,052 000000000000000000062fbe89a18348c3919e1ae925d32214dfe444b1f944ec 3,143 1.00/1.00 vMB 29
741,051 741,051 00000000000000000009457331785d456c29e67cef6b11d8725e23dd7894178e 3,019 1.00/1.00 vMB 23
741,050 741,050 00000000000000000003f5433e594e5b5b24b98b67d4f1e685496fdad946ab05 2,775 1.00/1.00 vMB 33
741,049 741,049 00000000000000000006f87f5decb14e6c0f4b514622b2c0b92fcb1c2ddaaf2b 1,412 1.00/1.00 vMB 16
741,048 741,048 00000000000000000007ac30a3891a0b99bb84cfe4d1b77bcfbbe09bbb37380e 2,526 1.00/1.00 vMB 22
741,047 741,047 000000000000000000025c42633d3519189d3e00ff582caf43d80d33fdd54678 2,688 1.00/1.00 vMB 31
741,046 741,046 00000000000000000003e56f9dd736992f117d9b89559eca72ccff777eb1132b 2,375 1.00/1.00 vMB 30
741,045 741,045 0000000000000000000199f3bbce1cabf792a0da7057e2297afe3ba9072f0278 2,766 1.00/1.00 vMB 35
741,044 741,044 00000000000000000004b8ef619cc51fb6208620cae677a38304f8cc93d93545 2,854 1.00/1.00 vMB 34
741,043 741,043 0000000000000000000444fd6e452a562c6147759ff78b8adc89fd94d21a0edc 3,284 1.00/1.00 vMB 19
741,042 741,042 00000000000000000008e5ce324733a50e5ace80e64f098df36376384d44b62f 2,422 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.