Loading Tool

Explorer IconExplorer

Memory Pool

82,496 transactions
31.04 vMB
0.10674652 BTC
Random Selection Loading Transactions
Max Size: 188.76/200 MB

Candidate Block

Mining Attempt 00e2d5157e098407e91cd1b298bddf09a057147823d98e2e89a91acd4c0d0016
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root b23d947653d818ee999437777106182c9fe4b446830b451d2f20c31fa8f4b52b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,174
Size: 1.00 vMB
Total Fees: 0.03298771 BTC
Feerates: 200.89 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (28,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
886,391 886,391 00000000000000000002312127eba0ce1686aa74d14af17513948f5839e4e8e4 1,609 1.00/1.00 vMB 2
886,390 886,390 000000000000000000019177d638f60e949cb85f27f178ec3eab3ccf688a3b9b 1,342 1.00/1.00 vMB 2
886,389 886,389 000000000000000000028631159e1ae70eed5b308099206e4cfe109a7a77658a 432 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.