Loading Tool

Explorer IconExplorer

Memory Pool

77,178 transactions
29.85 vMB
0.10323152 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt 3b4a2fc118c89f512ba3b213b96ff07a26fef0aa1d69baadd9047da3966005d5
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 9c593751b3207ca69449b39f34ca8d3a43add28fdc37cbe64f699e7ba2bc075a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 733
Size: 1.00 vMB
Total Fees: 0.02190284 BTC
Feerates: 19.22 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (303,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,781 611,781 000000000000000000141e533f0697d9ba217f345438dddf63988d8ffe34663e 1 0.00/1.00 vMB 0
611,780 611,780 00000000000000000002949625f202bd75b1baf06954d1eb06f2b2b4e6404026 2,219 1.00/1.00 vMB 12
611,779 611,779 0000000000000000000359a5f90dc61a8a9da2d90a6e1d6daf894c718f3b2663 3,480 1.00/1.00 vMB 22
611,778 611,778 0000000000000000000077a5749fa8ee55b7d5f75ac7c1ef740b21c0b22967ae 2,706 1.00/1.00 vMB 16
611,777 611,777 00000000000000000003caa7deda27e0361b2fc1575c832014a970493b035bc7 2,919 1.00/1.00 vMB 31
611,776 611,776 0000000000000000000232dc05b887262e489d82c46c7c86f02c567fb322de57 3,422 1.00/1.00 vMB 32
611,775 611,775 0000000000000000001033db80de3d0d8b7aee9f7b4f0be40430a3d73b384a71 3,212 1.00/1.00 vMB 16
611,774 611,774 0000000000000000001043f10000b03117f1569ea0eebcc2b378b27fc338f7de 2,563 1.00/1.00 vMB 37
611,773 611,773 00000000000000000005d48d5b112e84b8811a81c2fca2891f8482de1e6cf3d2 24 0.01/1.00 vMB 16
611,772 611,772 000000000000000000055744404e5c1def49d32960816b235e84c79daef971df 1,238 0.35/1.00 vMB 14
611,771 611,771 00000000000000000009125a0f17ee35320962d581daeba6bbff4fe29162307e 2,637 1.00/1.00 vMB 18
611,770 611,770 00000000000000000002dfb22977608f1f70bff6c1cf59789c90328704175a12 1,465 0.76/1.00 vMB 2
611,769 611,769 00000000000000000000639863359cb086b09ab547b41b02cc551e4a7ef0210a 1,744 1.00/1.00 vMB 4
611,768 611,768 0000000000000000000eb95a48ae3f6a82cb715385bada077690489ce21ff40a 2,328 1.00/1.00 vMB 6
611,767 611,767 0000000000000000000cb3ec9a2e19ef1a90ef8e2f26b098d853dc364d1ab77b 3,098 1.00/1.00 vMB 17
611,766 611,766 00000000000000000008d6561e8622a254f2f6fd861913a0c45b8352a08b0044 2,526 1.00/1.00 vMB 18
611,765 611,765 00000000000000000011c4e8e10711eccce73ef0772271928af9443c31f5e5dd 2,387 1.00/1.00 vMB 37
611,764 611,764 00000000000000000005c776f4324cd3a0804a1d33c4bdbdf950386b2a49aa8e 1 0.00/1.00 vMB 0
611,763 611,763 000000000000000000103a74765de3c28c7d847e71de6c1f2ce01cb744cae0f6 2,257 1.00/1.00 vMB 9
611,762 611,762 0000000000000000001237c9d64770d695cd8967dc4444aa98fafad5a1b238da 3,266 1.00/1.00 vMB 29
611,761 611,761 0000000000000000000de8b60d3599da36e6d90c19d79715a79e73b047af9a9a 2,280 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.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.