Loading Tool

Explorer IconExplorer

Memory Pool

82,955 transactions
31.98 vMB
0.11614341 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt 77f0b4751ea9f6a37e5abae1aaf8e6aeecb8803fd089aeff02cdd2968c1d5b18
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 303981f5ef9fd3a3067e161e5b5c2fe43470da1c76ab4f5878d5f999fd96b604
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,681
Size: 1.00 vMB
Total Fees: 0.02847450 BTC
Feerates: 100.36 > 2.85 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (434,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,542 480,542 00000000000000000069c18be94bcf59434526eac4e4781ca2e3642c9b1ced60 2,825 1.00/1.00 vMB 219
480,541 480,541 00000000000000000074808651eb2736d32e9ab5237c759c5b48ae72a9466a8b 2,669 1.00/1.00 vMB 229
480,540 480,540 00000000000000000052eee7b08d87dc197f2445c8e86ad06a30e42578e98c81 2,212 1.00/1.00 vMB 260
480,539 480,539 00000000000000000049eef55d1f30fb2f32a977733897cf3b55e6f8329b58dd 2,838 1.00/1.00 vMB 268
480,538 480,538 0000000000000000004cdd7d292088181685a489dba6858ba2a72a8e31025c7e 2,347 1.00/1.00 vMB 320
480,537 480,537 000000000000000001168dec8a5d9120be250c998f54eca0ed2063e31a1b0d6c 2,531 1.00/1.00 vMB 281
480,536 480,536 000000000000000000ee49ebdbb524579d49ae74b025b12e27ce5da44cea70f8 2,336 1.00/1.00 vMB 208
480,535 480,535 000000000000000000c099bd24ea534cdaea113c32787aefd9ba5bccbfa3f381 2,800 1.00/1.00 vMB 299
480,534 480,534 000000000000000000942f2a37e0ff9bf980c62a0a9a6c988a08fcb8febd275e 2,645 1.00/1.00 vMB 234
480,533 480,533 000000000000000001129bc335ac42122e5a50576806250951e72e5b80066279 2,506 1.00/1.00 vMB 302
480,532 480,532 00000000000000000026da2f9684e5b93b116aba6846d23b3f1ee1ecc14656a0 2,791 1.00/1.00 vMB 276
480,531 480,531 000000000000000000908620eff909cce74243167fdc4606a9bbcb97271fbd1d 1,579 0.75/1.00 vMB 240
480,530 480,530 000000000000000000df5216607c5ff204fc0e7a84486fcb606bdb5ad4ccd77f 2,262 1.00/1.00 vMB 226
480,529 480,529 000000000000000001208d127f4458ed7885bb2e69e2257535cccd72b6797868 1,726 0.75/1.00 vMB 281
480,528 480,528 00000000000000000087e77c098d885c164794d8f473124bc8a09a26702bd3a9 2,417 1.00/1.00 vMB 213
480,527 480,527 000000000000000000668b90f6d9161638d66d4e9ed555aafd324fdc6f17cd3d 2,434 1.00/1.00 vMB 240
480,526 480,526 0000000000000000002b0c00b5203cff748ff3f8f5b5cc2a940d90e2fa4d50da 2,589 1.00/1.00 vMB 296
480,525 480,525 000000000000000000f92862bcd130bf4a0e73a486f0fd63d6054856b85d0ba1 2,653 1.00/1.00 vMB 260
480,524 480,524 00000000000000000031c1c88d36289ad3c1a20b1f47dbc1ad52a5257289dc9f 2,282 1.00/1.00 vMB 240
480,523 480,523 00000000000000000080659d6d0db2a56d5c63f1f8d8bc645c146f09295a2dd5 2,529 1.00/1.00 vMB 284
480,522 480,522 0000000000000000003c63885209d60125288f321ebec56764b5c35d78be51c7 1,996 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.