Loading Tool

Explorer IconExplorer

Memory Pool

36,045 transactions
25.69 vMB
0.05543400 BTC
Random Selection Loading Transactions
Max Size: 131.52/200 MB

Candidate Block

Mining Attempt 8dcf895ef7477d2000326458b2de2c248e860addb055e15ba03a8ecedc52cdea
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 6500d9dd230a0a70bc28b59e26f9bcdf8f5ed8f6d20287ed4716ba6b745fd8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00857056 BTC
Feerates: 150.93 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (249,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,290 665,290 00000000000000000004aa8688c31dedeab4bd69b117042a72b8d0b0110731a5 2,709 1.00/1.00 vMB 32
665,289 665,289 0000000000000000000a47f154ee6afc9f196e155a012dd6b2f2e6122d5b82f3 3,053 1.00/1.00 vMB 48
665,288 665,288 0000000000000000000070f086301f054222f4e1c6bd4a26618ae22adb7a4804 2,591 1.00/1.00 vMB 96
665,287 665,287 00000000000000000002275a2ac69c4d8d905a7a253f682f40659cca9902d79d 2,868 1.00/1.00 vMB 128
665,286 665,286 0000000000000000000cf41c9f8e4deb63ab8a6fec4f04044ee820a1c28c9375 3,108 1.00/1.00 vMB 97
665,285 665,285 0000000000000000000d78d5ac5832012f80811f5126eed162759428e827eb9d 2,529 1.00/1.00 vMB 38
665,284 665,284 0000000000000000000b3a3c827b35338a463a8115f7afb1bc70d7a15cda6762 2,292 1.00/1.00 vMB 46
665,283 665,283 0000000000000000000056c2e925d4dacb57ea6e321f7e22b473812ecb23cefe 1,200 1.00/1.00 vMB 89
665,282 665,282 000000000000000000049bb8a86c9a392b7d344ad8194eb19a9117f623d0ee00 1 0.00/1.00 vMB 0
665,281 665,281 00000000000000000001476645b775f9f5612047f13b8ba4d58341fa1f7994da 3,046 1.00/1.00 vMB 50
665,280 665,280 00000000000000000009ebabc95533bbe0e40adecee879449db291237b3db350 3,077 1.00/1.00 vMB 73
665,279 665,279 0000000000000000000ea5abc8d23ce15f85afbdf574da6c82c67bef5df0d752 2,143 1.00/1.00 vMB 98
665,278 665,278 0000000000000000000809b96117d2c6c958977aa5b7ee41e1bfc8cdec6fd78f 2,854 1.00/1.00 vMB 84
665,277 665,277 00000000000000000003a919868b680476494c6eede8cfeff44ab3ef2d6cee65 2,485 1.00/1.00 vMB 109
665,276 665,276 00000000000000000006e955a5f5543a9e3dbd5fd6f098bf9a3b376432c682f7 3,314 1.00/1.00 vMB 138
665,275 665,275 000000000000000000034f3f40d021b75ed2c059c9facad18e6c3b23e5ab87ef 2,821 1.00/1.00 vMB 72
665,274 665,274 00000000000000000004d6301fb493de076f1668542cff5092291c5ff668c80a 1,306 1.00/1.00 vMB 92
665,273 665,273 0000000000000000000482a3783f70ed7357ea725966a6243761f6e4f03dddfc 3,134 1.00/1.00 vMB 122
665,272 665,272 000000000000000000033375c3a512b307336e7dc6c7e38528efba7de8658c39 1,600 1.00/1.00 vMB 84
665,271 665,271 0000000000000000000e4af35a2bca4a34232dfd0a59257664277671570ff701 1,918 1.00/1.00 vMB 101
665,270 665,270 0000000000000000000c14a8e89d752e663cd262f360eadd1b72300d90196364 3,224 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.82 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: 635.63 GB
    • Received: 12.32 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.