Loading Tool

Explorer IconExplorer

Memory Pool

76,266 transactions
28.49 vMB
0.06907890 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 67ff02636cae40981bf915f5a39c801d41ff9ccbd8ea4a2306ab3afb0bce578b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3342784d50999d7d5ff9617be98e67cd5eb60e63d4de50c0a6f37178c20f1d5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01011306 BTC
Feerates: 101.00 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (265,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,419 649,419 000000000000000000056feaec9f28fa847ce03d018d0bfa85e2d93089bc07b0 2,884 1.00/1.00 vMB 59
649,418 649,418 0000000000000000000790e52632c1f3bdd6409eee64f457164c5cec0da65cd2 1,757 1.00/1.00 vMB 67
649,417 649,417 00000000000000000000a6c1a10f1b16ab33ccc1d22ab95a98ec7c02e027b21a 2,799 1.00/1.00 vMB 73
649,416 649,416 00000000000000000001a53a93588bbec1bbc37f499dcb286c85833235c04a83 2,585 1.00/1.00 vMB 45
649,415 649,415 000000000000000000086b091f0db7761466b806047a2689643f9f8cb1fe505a 2,609 1.00/1.00 vMB 49
649,414 649,414 000000000000000000009e697c470b3636df72c04dae7c379505cd8af5cb4f2e 2,885 1.00/1.00 vMB 62
649,413 649,413 00000000000000000008a6c212dad884bf76711eca0247442dc8487f0d903011 2,977 1.00/1.00 vMB 49
649,412 649,412 00000000000000000007a2dc95759b894b6698ea81a4c196d4df4eb531db9526 2,585 1.00/1.00 vMB 48
649,411 649,411 0000000000000000000ba34a641a36c72ddb2a823920a249810c48597238d2ac 2,775 1.00/1.00 vMB 65
649,410 649,410 000000000000000000032cc15e63ed7c44358f002538518648ab3976877a9fa7 2,562 1.00/1.00 vMB 65
649,409 649,409 0000000000000000000a2c947f506ab0b755c6aeb269c942fc43cd589d8a368a 2,969 1.00/1.00 vMB 53
649,408 649,408 0000000000000000000e8f6ce7d8ccef6ec90b84b75c5f0507f80f1fda31bc10 2,879 1.00/1.00 vMB 79
649,407 649,407 000000000000000000056b30efd9e0eb2ed14ba28a2b5467c7f7caf7e28fbd19 2,816 1.00/1.00 vMB 81
649,406 649,406 0000000000000000000c8a495cc5271b2f2861f5a54e593d929655380c0bb85f 3,017 1.00/1.00 vMB 64
649,405 649,405 0000000000000000000bccca86580f5019050616f0e9913e439fbef0f355c894 1,983 1.00/1.00 vMB 73
649,404 649,404 0000000000000000000412746db131f101fa87d64d2768480d975a86b5116080 2,939 1.00/1.00 vMB 54
649,403 649,403 0000000000000000000497048130d49db0b5ec454836b99af5ce564025d6ea7c 1,655 1.00/1.00 vMB 60
649,402 649,402 0000000000000000000205d4f8b798002220b75df068c922a1e69b6f9317a311 3,031 1.00/1.00 vMB 54
649,401 649,401 00000000000000000004df80cb6d39cff2a24a6fc2081367ecbb5d94738c6e4d 2,323 1.00/1.00 vMB 78
649,400 649,400 00000000000000000009222553cb2a11e9ff6ac41fe9fa78358c3c0a8fb7cb85 2,737 1.00/1.00 vMB 70
649,399 649,399 00000000000000000001d6d04350d25e70ebe4c3bff1a349377ee0efeb3fbfdc 2,908 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.