Loading Tool

Explorer IconExplorer

Memory Pool

39,482 transactions
28.24 vMB
0.05969138 BTC
Random Selection Loading Transactions
Max Size: 144.00/200 MB

Candidate Block

Mining Attempt 31831a43eafafdee787819bb6a4554d22a579e553f73d98073ff0f55b430fff7
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 79252c386bbc5bdd8e0e0178f421edc23a2a43cfa86ed94097ae6f8bb44a0654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,517
Size: 1.00 vMB
Total Fees: 0.00543185 BTC
Feerates: 60.12 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (456,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,701 457,701 00000000000000000120b8cdf8119075b3fa51e6ee6c23eb9452db721c9529e4 2,255 1.00/1.00 vMB 208
457,700 457,700 000000000000000001497480ee7c595f3933991f53372822a70294c3c4f4c01e 2,509 1.00/1.00 vMB 199
457,699 457,699 000000000000000001d3233c80ec4fec488dd09f933e9bca145a16ccdddd7710 1,969 1.00/1.00 vMB 213
457,698 457,698 00000000000000000041a7a8352629ba454e583f5482e53b237cfc8014b811c6 1,734 1.00/1.00 vMB 176
457,697 457,697 0000000000000000021979a6f0ea40188ee57b04d6dfe4859f471dca5f96681e 2,853 1.00/1.00 vMB 225
457,696 457,696 000000000000000002042dec60a7a95560297da29f9476c805d7a13d5e97281b 1,995 1.00/1.00 vMB 280
457,695 457,695 000000000000000000e7d3f9b3194d4be86b272caa1805df11a97dacfd5fa8dd 2,325 1.00/1.00 vMB 141
457,694 457,694 0000000000000000012b18a3c886e0d022be13fa584a08bdf792c41d5c66d154 1,727 1.00/1.00 vMB 163
457,693 457,693 0000000000000000004a79de2525627c32343c82e7d4d5b726c675c404dee731 1,823 1.00/1.00 vMB 191
457,692 457,692 00000000000000000109b0af94f597760cbd22183f56347b879ab67db1cf70b7 1,918 1.00/1.00 vMB 194
457,691 457,691 0000000000000000002469f838ce21c96ab4ad9a7adf768eb79e5cd79b43a576 2,234 1.00/1.00 vMB 216
457,690 457,690 0000000000000000010507f164a9a1b9461aec830a9ca539a3bac4eaf308cdae 2,398 1.00/1.00 vMB 224
457,689 457,689 000000000000000000d682ca0a1f5bb7d95cc64b43ad6dadd6cb0221a3bcbcd6 2,140 1.00/1.00 vMB 162
457,688 457,688 0000000000000000017cb1562c2aab9b25a37145715f40b16922fd8ee797f59b 2,619 1.00/1.00 vMB 221
457,687 457,687 000000000000000001b6111deec28ea0af4064fe081b95cd94fc988d45a6a004 2,394 1.00/1.00 vMB 256
457,686 457,686 0000000000000000023b67ceb5fe3fc82a3bac986706c98281631cdf8252ce87 1,707 1.00/1.00 vMB 138
457,685 457,685 0000000000000000012b26a4214c30ccec72ac3f60ca4d378a82b490ee08e0b7 2,569 1.00/1.00 vMB 204
457,684 457,684 00000000000000000060481580f6ccfd03a39b4ea3048eeb08f69dcdcfc595b9 2,420 1.00/1.00 vMB 232
457,683 457,683 0000000000000000018bae3df358efe3810f33fa9abaee38ac7df40cf86fad00 1,895 1.00/1.00 vMB 157
457,682 457,682 00000000000000000007fa6603b0c81871dbaa7f24c5078a56019cc30806157d 1,193 1.00/1.00 vMB 160
457,681 457,681 000000000000000000f40a231768d3b28602037779d47edf12fba996f4556c9e 565 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.16 GB
    • Received: 11.87 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.