Loading Tool

Explorer IconExplorer

Memory Pool

24,807 transactions
17.45 vMB
0.02918163 BTC
Random Selection Loading Transactions
Max Size: 94.33/200 MB

Candidate Block

Mining Attempt cac583b9aedd0f89dd1ce06978879b8f340fed3be76ea6a77d17204ea8053ed4
Version 20000000
Previous Block 0000000000000000000012fe9e0b7481efbf6a5f2510fe857d4a5457847ef696
Merkle Root 444e089cbf2a27161202a8987a8ca5490883bed0a97ae68c1657de92f622a0a1
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 5,414
Size: 1.00 vMB
Total Fees: 0.01046537 BTC
Feerates: 77.90 > 1.05 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,584 (55,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,412 886,412 000000000000000000004ad34f6b0afc08a5ea8b8385172bf4bb967033720d73 2,314 1.00/1.00 vMB 5
886,411 886,411 0000000000000000000088c8ba4045969bdf30f66635a5630e9a9223165cf1d4 1,651 1.00/1.00 vMB 2
886,410 886,410 000000000000000000023026e1d2c22c5698a9717ba7f6c7bc15d82b2ed9aba4 2,914 1.00/1.00 vMB 3
886,409 886,409 000000000000000000016ab0820eed0ed1527fd27ebc990d33b9a96c72f76ffe 3,238 1.00/1.00 vMB 5
886,408 886,408 000000000000000000022e2e49708f3809a7ad3048a255d9a42ba090b98eda90 1,899 1.00/1.00 vMB 1
886,407 886,407 0000000000000000000225045dba56e35d7de62423a3b757e9de9209dd01a10b 3,002 1.00/1.00 vMB 4
886,406 886,406 00000000000000000000b295178379d38a5d973152233683d055c318599eaab0 3,409 1.00/1.00 vMB 3
886,405 886,405 00000000000000000000115b46444c4c0914c3241812c1dc1b3b53461d4976eb 3,135 1.00/1.00 vMB 3
886,404 886,404 00000000000000000001611cd23087c3954987b3bed8e43301ee06afe53dbda6 3,759 1.00/1.00 vMB 5
886,403 886,403 00000000000000000000fd2f2b0804d254bac06d902b15fa4ac453e19e1ad8ae 2,979 1.00/1.00 vMB 4
886,402 886,402 0000000000000000000109c256dc5cc98d7b0cb8b0c5c6f3fb144ad6b6d97ea7 2,907 1.00/1.00 vMB 2
886,401 886,401 00000000000000000000798fea9dce817dc7e072a06d50509a489dff0a58ab61 2,279 1.00/1.00 vMB 5
886,400 886,400 00000000000000000001f193b3528a17bf80d9e9f4f44d916b39bae8d1dad046 1,028 1.00/1.00 vMB 1
886,399 886,399 00000000000000000001fa1036df0f2d4fff543136155564fba9f1f4c5acfe0c 2,391 1.00/1.00 vMB 3
886,398 886,398 000000000000000000025acce7bee92c306d426d3e31e3c276896d6759794f2d 667 1.00/1.00 vMB 1
886,397 886,397 000000000000000000024a13ff4aaa45866bc1c1e7c0425b8a0aefbf8750bebf 2,479 1.00/1.00 vMB 2
886,396 886,396 00000000000000000001319083fcf03694056b0e7952eb65fb673873ca7d091f 3,369 1.00/1.00 vMB 4
886,395 886,395 00000000000000000001837c68473e98b11f6e5feedd2518a3d5a8c0a6d9ae0c 3,533 1.00/1.00 vMB 4
886,394 886,394 0000000000000000000185b815194b5e3295c74dc603069d20cfbb7e31cb93ef 3,472 1.00/1.00 vMB 5
886,393 886,393 000000000000000000020241eca6a0f51d99bc6ca1b05a4e93f9ec4b5ac8f506 602 1.00/1.00 vMB 1
886,392 886,392 00000000000000000000e2e27bf7792f80352a0544faa197009a2088d2c1f7e1 1,369 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.60 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: 4,664.08 GB
    • Received: 252.77 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.