Loading Tool

Explorer IconExplorer

Memory Pool

78,035 transactions
28.94 vMB
0.07818907 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt 611b3a3614af92dbb1b8659a5500aca33e86d3186e0f087de178705c48bc7216
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (265,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,422 649,422 00000000000000000009926661dd04c4dcf7158683545c7b191c04c984e27d11 2,718 1.00/1.00 vMB 43
649,421 649,421 000000000000000000068a12fcba0777300edcd103c4e85bb12dfcb067f73b21 2,701 1.00/1.00 vMB 73
649,420 649,420 00000000000000000000cf97ae92b58928b66b0a1f6811ab073c9beed10c5335 2,598 1.00/1.00 vMB 75
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
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: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.