Loading Tool

Explorer IconExplorer

Memory Pool

45,148 transactions
28.68 vMB
0.12455820 BTC
Random Selection Loading Transactions
Max Size: 151.75/200 MB

Candidate Block

Mining Attempt b30eb0cc59a6597c7bc3a3beb8097eee3b9a5d787c96d5e8b455a53abe3e770b
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 880466bc20092dfdf691e042635701843429ea2704c73d1ea2903ebb40791a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.06973004 BTC
Feerates: 101.65 > 6.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (906,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,505 8,505 00000000d1cd5801237dd8d330e5e7076d13fe5b04b60ba5e986a58ff8bf1c4b 1 0.00/1.00 vMB 0
8,504 8,504 00000000c2f0110c9376fe235b3d302f545036d8bba38ad49a9fcde3a9328e11 1 0.00/1.00 vMB 0
8,503 8,503 00000000881b47f9fd9724712169f8902e0f8ed27a554fc0f7f627fdc7572a36 1 0.00/1.00 vMB 0
8,502 8,502 000000002868c874224fd349976e95aede2c8a5819d417e485ecfbc5db89b056 1 0.00/1.00 vMB 0
8,501 8,501 00000000e6608bf9e2f018f1534a0e9ba82ba0c40eefebc144312fcd8e3e0abd 1 0.00/1.00 vMB 0
8,500 8,500 00000000aba1f720821fac035481e72eb918c138372260627a3a976aeff59226 1 0.00/1.00 vMB 0
8,499 8,499 00000000da2e3ba930cf4e8ed7a2a4f26595083ddc4e1fa56320bdc69a1b1ae2 1 0.00/1.00 vMB 0
8,498 8,498 0000000019db297501a3a2deb4c5d78238b677ab5fd5a15d6db94ff7861d4325 1 0.00/1.00 vMB 0
8,497 8,497 00000000746f6bca4d7fb62aaca814a7847937b878b6f256f63d2c569fc96de1 1 0.00/1.00 vMB 0
8,496 8,496 00000000705189678f41af8579233325e1df6112d8fc3d4e5e2667931b437e36 1 0.00/1.00 vMB 0
8,495 8,495 00000000835b3057385da02d39b2e0cac7a417d41f75036f6a48135e2287682a 1 0.00/1.00 vMB 0
8,494 8,494 00000000597c74ad4e5770cf0ff3a0463822b9b971d11f81b6371a19d6d76331 1 0.00/1.00 vMB 0
8,493 8,493 00000000eed6a2ca4d16b68cc38d981555de070f46e6673b018f123f0d967554 1 0.00/1.00 vMB 0
8,492 8,492 00000000714d217e19d52f46a9073f2cf20adf99f963e91bbcd3c13ca5a170b5 1 0.00/1.00 vMB 0
8,491 8,491 0000000087fdbfa68b4fa9c6f27f8bc41352b2eed8bc281c4c74e868bacdfbac 1 0.00/1.00 vMB 0
8,490 8,490 0000000006ff36ecbe0777cc448dae54c82182d4cdb3845fb5082289ad6e3626 1 0.00/1.00 vMB 0
8,489 8,489 000000005c7347e53208461ec227ff3ed52741a1adacb9f6e590e96c34cad900 1 0.00/1.00 vMB 0
8,488 8,488 00000000cc38146771a93a6025cffbcbdd26e106a9ce76dbe4c8bd8224e0a05d 1 0.00/1.00 vMB 0
8,487 8,487 000000009b1f8113a6b692738f264a8c2b2615bfc1c68062828d13e3cec82e04 1 0.00/1.00 vMB 0
8,486 8,486 00000000a100c2683a24dce9baa57ea903133e25915b91f8b92fa69c0d24cef6 1 0.00/1.00 vMB 0
8,485 8,485 00000000872ef69168d41555abc68bfe1995e349bf2521093f9babaf95a1fbf7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.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: 650.89 GB
    • Received: 13.34 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.