Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
30.21 vMB
0.08312329 BTC
Random Selection Loading Transactions
Max Size: 183.89/200 MB

Candidate Block

Mining Attempt 3d558e57392472a5c86bf5d9cd263740267922779fc4e6c613fed6947ee997dc
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root cac5cfaf5555435b9c45b705e12a2c020475fe442e79d1f58da6f05697ed61b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.01587065 BTC
Feerates: 203.60 > 1.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (434,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
480,521 480,521 000000000000000000b4e18b6317e9fbcd8444a61d4e3911eeed91d0c62ff183 2,371 1.00/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 783.07 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.94 GB
    • Received: 18.32 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.