Loading Tool

Explorer IconExplorer

Memory Pool

83,901 transactions
31.91 vMB
0.08646521 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt d6724c75f80fa5ebb8b9bb2dd2d2cd7337947bd736ddf6ebe97505c76ffdfef8
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root b0f9a52e41d795af4b0bb314fcfd79136fc22a35e03bbad600080c5c497fb4e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.01668785 BTC
Feerates: 40.21 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (65,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,031 850,031 000000000000000000002d1291e79beb54662ec0566eaa1f3b67d80d58479a7a 2,667 1.00/1.00 vMB 14
850,030 850,030 000000000000000000012cf65c26b45bbf8dc374f6d4968226606a4c73eb5e9b 3,611 1.00/1.00 vMB 9
850,029 850,029 00000000000000000002c33d78fe1cbf7e5b96b16dddf4120b8852e01ae3e09d 6,887 1.00/1.00 vMB 8
850,028 850,028 00000000000000000000b260fe53cc7bab4a20ae0e1711cef8677e9095fa66fd 2,668 1.00/1.00 vMB 7
850,027 850,027 000000000000000000005323fa4d0bba9929fd2a047156676efdf139b46e08cb 6,647 1.00/1.00 vMB 8
850,026 850,026 00000000000000000002e0f6484a0601839a3bd92b9991f52d98b78d9b02d82c 1 0.00/1.00 vMB 0
850,025 850,025 000000000000000000019b81b2187f4a7285a16f6f3a4c0d44127ffcbe9d0213 3,530 1.00/1.00 vMB 7
850,024 850,024 000000000000000000005fd6aacb17a1516953e0fc8f5b9e024f24415896fdd2 6,318 1.00/1.00 vMB 8
850,023 850,023 000000000000000000014e26f40a8aa85c6a4d16ce2017b64b482c3511b3f979 6,293 1.00/1.00 vMB 7
850,022 850,022 000000000000000000009fef8c148a87680e265387122cdf813301f334ef8f11 5,289 1.00/1.00 vMB 9
850,021 850,021 000000000000000000032cab8182abc3338daf0c239a27e60d8c2151a3b99dc8 2,182 1.00/1.00 vMB 14
850,020 850,020 0000000000000000000195940324e8fbd1f1d9f872cd16980c826930453bf65e 4,434 1.00/1.00 vMB 12
850,019 850,019 000000000000000000029003005d728db10e6a1611be389c187addd9cd9a9556 4,837 1.00/1.00 vMB 9
850,018 850,018 000000000000000000029fb3f470b9ee02d3a356c5d64efa4abfc1e252eb3a6f 7,059 1.00/1.00 vMB 7
850,017 850,017 00000000000000000000075751a0cf9ec9e5403570412df66f41a5b41db72be3 4,605 1.00/1.00 vMB 10
850,016 850,016 00000000000000000000cbef2155e5b94d5f28271050a854fadc4cff36b2c556 7,377 1.00/1.00 vMB 8
850,015 850,015 00000000000000000000bb007ece9612789234472adbac6b590cc8616501226a 5,370 1.00/1.00 vMB 8
850,014 850,014 00000000000000000000976ef792d1bec00dccc7283762f103474e1af03e8dd6 4,112 1.00/1.00 vMB 12
850,013 850,013 0000000000000000000225d62a69dbacad17a12b1b286c38cfecfe11705b120a 2,784 1.00/1.00 vMB 11
850,012 850,012 0000000000000000000294a306c1ae1253acab72ad39d4e1720826870e1d895b 6,034 1.00/1.00 vMB 7
850,011 850,011 000000000000000000017912ccf5b59ef92442857dbcea7ddb8b6a0a42e0b524 4,514 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.