Loading Tool

Explorer IconExplorer

Memory Pool

79,844 transactions
29.97 vMB
0.10362892 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 1e277fc74ccee88f0afcac42fa2fe458efb4a53d956af841cfa56f353d2efa54
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 612a5e126c700f5939ff967baaee9b2acc1c12b342885d60e92f46f4e6aab8e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.03473233 BTC
Feerates: 477.45 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (185,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,299 729,299 00000000000000000009fa16a7ff2102a88d33df686b1c66ea41cdd08b2c809b 2,599 0.88/1.00 vMB 8
729,298 729,298 00000000000000000002f2578742da2e5189afaeeba0ab110764d20adb2bc0bb 495 0.32/1.00 vMB 4
729,297 729,297 0000000000000000000894dd2c918c108bff0800e2e37d979c3d9d659003b2ab 1,617 0.99/1.00 vMB 5
729,296 729,296 00000000000000000008feea8b918273f71179c7a0117c8b6633ffe92b48dab8 2,384 0.99/1.00 vMB 6
729,295 729,295 000000000000000000013ea778e673da4f7dfcf2bb98e8001a53245cf6c131cc 845 0.52/1.00 vMB 6
729,294 729,294 00000000000000000008724d55c14157f4eddbd2b295053c53985b263b0edb0e 1,317 0.96/1.00 vMB 6
729,293 729,293 00000000000000000007aba57e91db93f38bcd09ab6af503f3c4d80766401a32 358 0.40/1.00 vMB 3
729,292 729,292 00000000000000000008d7491db80a27419552d39aceb2b83b49b8acca199c7a 3,063 1.00/1.00 vMB 7
729,291 729,291 0000000000000000000601864a12b9013dd99f3d209b4701d9e1355180f988e0 3,311 1.00/1.00 vMB 9
729,290 729,290 00000000000000000006acb9a480392f689a4fabe26010932458d8dae08b72d1 2,740 1.00/1.00 vMB 7
729,289 729,289 00000000000000000006aa1fc83f4a7b3f55886eb47a328469d7b3d7e9764616 777 1.00/1.00 vMB 1
729,288 729,288 00000000000000000009f44744d0f95a3cbd17fdc0bba9d7369b3d30349ac20f 1,958 1.00/1.00 vMB 4
729,287 729,287 00000000000000000003518ed5ba824bf40a1a0b2ece9968e96b4a4eaf1fecc8 2,557 1.00/1.00 vMB 9
729,286 729,286 00000000000000000005964e5dc7c7a254b9005334f8c5c8000b05a55e179fdc 2,824 1.00/1.00 vMB 8
729,285 729,285 0000000000000000000427620a3945bd0ae55aceffb7e9b32bb7de075ea2de98 1,503 1.00/1.00 vMB 2
729,284 729,284 00000000000000000002453a7f931ebbf0e06a85283937d8fad50dc5e08fdb25 2,052 1.00/1.00 vMB 4
729,283 729,283 00000000000000000001cf6b504e0a7c7d2ffb8ae9e4b5a9d0fc1e33d47de6a2 4,176 1.00/1.00 vMB 6
729,282 729,282 00000000000000000001a411c5ed57cb53236052a089061d066ceb757e21f940 2,920 1.00/1.00 vMB 8
729,281 729,281 00000000000000000001c924c99e1a9638937d99d645da2941532fed7f4e53ee 1,976 1.00/1.00 vMB 3
729,280 729,280 00000000000000000008399725a69e0c3a4cdab8e869389c30bce84798382d79 1,610 1.00/1.00 vMB 8
729,279 729,279 00000000000000000005dc665ce8346580d5e52f0b4a2f3e822fcd574c10154f 3,057 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.