Loading Tool

Explorer IconExplorer

Memory Pool

85,179 transactions
32.97 vMB
0.15705852 BTC
Random Selection Loading Transactions
Max Size: 196.34/200 MB

Candidate Block

Mining Attempt 83dc1a6a69e0c6a50f23b8b66e6fa4658cfba4dd6899c24c163d40601747f97b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0de533b5d75c0b90408b0c7042ef1123fdac4fdf1a38a2f391d284bcc62067b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.04855111 BTC
Feerates: 318.30 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (502,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,904 412,904 000000000000000004584efad4c94c8cf1a518a8bdb5c107e8f279a1da95d4b5 2,723 1.00/1.00 vMB 44
412,903 412,903 0000000000000000009e006aad09b62432c582b5a5e1637bcf1ae8beb4411209 2,317 1.00/1.00 vMB 78
412,902 412,902 000000000000000004ecbdce505c39d799e872c63c169ced4297a63a5a911c11 887 0.39/1.00 vMB 42
412,901 412,901 0000000000000000057d137d4e57ba70dfbe5d3ce4439fec5b5b77a8b4f4bc70 878 0.34/1.00 vMB 51
412,900 412,900 000000000000000003148a25393495ba964c848aa6310a94d7e9502f76d82f57 1,250 0.70/1.00 vMB 30
412,899 412,899 00000000000000000036b85620f64fcb9a5b1c2183dd64a121b4a6aa53b6d74c 2,306 1.00/1.00 vMB 50
412,898 412,898 000000000000000004d663344f3282769a94da79d25793d581199d814ab37192 1,309 1.00/1.00 vMB 23
412,897 412,897 0000000000000000025a4a019f855be6a10ddeac827cef2ccb1ccd0cd7c84c8b 3,120 1.00/1.00 vMB 64
412,896 412,896 00000000000000000031e0c8999c9d65620b202ba22e822f617c202e767242ab 2,457 1.00/1.00 vMB 45
412,895 412,895 0000000000000000035ba3708b118402c3354b855ab5bfceea5cd33b70fe118f 704 0.49/1.00 vMB 33
412,894 412,894 000000000000000002dc78db6c8e8d75b664f75c197e422d33eb879f2c745e1e 578 0.26/1.00 vMB 40
412,893 412,893 000000000000000002ca5cae26b3401c9fadb10dba284053a2ceb594995e20dc 407 0.26/1.00 vMB 30
412,892 412,892 000000000000000002ff50203626741ccf9e1bb31b96e1cf2a97c0e679098303 785 0.40/1.00 vMB 42
412,891 412,891 0000000000000000050534b75fa045894d14f7fdaab937baf5e53f7193b20701 54 0.07/1.00 vMB 17
412,890 412,890 000000000000000000720d3af9fdc1df8f9ee3becf8d56498bd006bd50c637df 2,254 1.00/1.00 vMB 42
412,889 412,889 000000000000000000ad2fed5a31ff1a7c4eadc03773457fcd64ae3d6d447288 1,184 1.00/1.00 vMB 22
412,888 412,888 00000000000000000042b8470bac3cb4614fbace40ed5723be1b4648fca5dc3d 1,194 0.56/1.00 vMB 39
412,887 412,887 0000000000000000023df0c85e2a3e5d29d0a1c4db1c8a371c58d11845334b67 325 0.17/1.00 vMB 31
412,886 412,886 000000000000000004d5d993458f7708d5d31ee7be11c9cae48134c3b4905bc5 782 0.40/1.00 vMB 42
412,885 412,885 000000000000000004227c3aa520fe7cfc6cb56c797353641eda476860fbd525 259 0.13/1.00 vMB 33
412,884 412,884 0000000000000000046418dec61eed6119cdee8e0f975b883768e4787369fd81 562 0.29/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.