Loading Tool

Explorer IconExplorer

Memory Pool

82,393 transactions
31.11 vMB
0.12508560 BTC
Random Selection Loading Transactions
Max Size: 186.96/200 MB

Candidate Block

Mining Attempt 08f96c5833e18427bfa1d66f59694950706563371a3757cf306add77c9ff347d
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 353f479f2afa212aa5bd62c457aef38c9f8b93d660e892f4a794e658e15ca16d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,054
Size: 1.00 vMB
Total Fees: 0.05417563 BTC
Feerates: 180.34 > 5.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (95,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,546 819,546 000000000000000000033f4c730924ee3e6f360f970dffb81b1db9a6cf720ff6 3,601 1.00/1.00 vMB 109
819,545 819,545 00000000000000000001b10c99d66019ff84485096516c0ddf93de61cbf7fb0e 3,648 1.00/1.00 vMB 104
819,544 819,544 00000000000000000002af392a7003679440cbf5ee7d43560c3340216e027592 4,756 1.00/1.00 vMB 93
819,543 819,543 0000000000000000000009f45ee5dc497cc529b67e4daf5b2189fe3c6f4090dc 5,323 1.00/1.00 vMB 91
819,542 819,542 00000000000000000003e11ede3a8657b8a7dca3d0f0a2be34f9da67b83a04fe 5,025 1.00/1.00 vMB 90
819,541 819,541 000000000000000000018726451d6fbd9ea4f644351628179e92a08498c8bc51 3,792 1.00/1.00 vMB 99
819,540 819,540 000000000000000000013fc0616130cbb47b26b6cf3e64a43575921aaf9924ce 5,167 1.00/1.00 vMB 86
819,539 819,539 0000000000000000000257e5224a95dbc6fa251361e45fd2af1b0d37ae02816e 5,832 1.00/1.00 vMB 89
819,538 819,538 000000000000000000032532f069252b5774c2c37e1cd8d425bcd572557e3b64 4,604 1.00/1.00 vMB 108
819,537 819,537 00000000000000000001aa29db7d9be6ae076aee9a9ed8c56279035ecd589a01 4,147 1.00/1.00 vMB 96
819,536 819,536 000000000000000000017b42e9ccb5ba3f750a77ea09c0c92e9d982a83211500 3,923 1.00/1.00 vMB 89
819,535 819,535 00000000000000000002e31182657ff050ba811c8e669b81003ef60750c526a2 3,959 1.00/1.00 vMB 103
819,534 819,534 0000000000000000000366a8569e477d8ee160beb5d11d43ea77e3b952cabad0 5,787 1.00/1.00 vMB 87
819,533 819,533 00000000000000000004137e065cb15e1d50c23dc4f5acb1c8b81fb8c0a37b04 4,755 1.00/1.00 vMB 90
819,532 819,532 000000000000000000041ed852cd2e7aada45e367fdd1c97b667a905862b12ea 3,152 1.00/1.00 vMB 105
819,531 819,531 00000000000000000000622625c97b9e47f5ebb143492965df49e917ee3a7c77 4,388 1.00/1.00 vMB 95
819,530 819,530 00000000000000000001fae72457cd793c3893d1740d2807109753a0e5d33c50 3,944 1.00/1.00 vMB 87
819,529 819,529 00000000000000000001862e84c54fa808ab47f28b40bb0f49ff3752aad8a377 4,680 1.00/1.00 vMB 87
819,528 819,528 000000000000000000006f950d7292c2c8199abf3588b3e46d5c6290b7b6ecf0 3,976 1.00/1.00 vMB 100
819,527 819,527 000000000000000000027bbe94bc89b048c8b7a1530c48312864e81a015c6fd6 3,671 1.00/1.00 vMB 94
819,526 819,526 000000000000000000002de644eacc934a0164f9637b683ae4125a19fb054d1a 3,299 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.