Loading Tool

Explorer IconExplorer

Memory Pool

78,835 transactions
29.19 vMB
0.09555419 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt a206a20ea5fbf16b67b6f28f5e2301a8603f54b0d7ea43488ac9207c0c1262c2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root c56b503827784b3201ff971379cbd9f75c6865cf29493e2d67ebf00e24ba4eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03416626 BTC
Feerates: 477.45 > 3.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (290,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,028 625,028 0000000000000000000f4fad12d0026cbe6cd0d01bbd5ab1192703a33a7f22c2 2,620 1.00/1.00 vMB 11
625,027 625,027 0000000000000000000283bdb5287901adb749ecbe25923740707cc3bb767dc9 2,802 1.00/1.00 vMB 28
625,026 625,026 000000000000000000034f7afdef93b0824a4332e8d10ded621fab24da220f90 2,152 1.00/1.00 vMB 3
625,025 625,025 0000000000000000000e48774ff38602ccb3596f7bab4ebd02388bb53fae5d79 2,155 1.00/1.00 vMB 20
625,024 625,024 0000000000000000000b5025be2bfa3646dcf426134432019adda3652e592ccc 2,487 1.00/1.00 vMB 25
625,023 625,023 0000000000000000000c773af90e2f640aa0c7725a88db77f147b5cd228c7c38 2,682 1.00/1.00 vMB 16
625,022 625,022 0000000000000000000f01a650ea8839408979b38bd19690b0e88853058644e3 2,294 1.00/1.00 vMB 13
625,021 625,021 0000000000000000000c3d56a0851a3fe929ae9bf38d2f3283711005e6262908 2,333 1.00/1.00 vMB 19
625,020 625,020 00000000000000000009b11b88b59ea907d14a65140ba2ddf90100672da2bae4 1,945 1.00/1.00 vMB 15
625,019 625,019 0000000000000000000e43649b95ce6bc4b79edf2c3cca7737170591be033460 2,587 1.00/1.00 vMB 19
625,018 625,018 000000000000000000004481c71680a04d8b94b9c719b885a359318c24a34b1a 2,427 1.00/1.00 vMB 11
625,017 625,017 00000000000000000004585b65b75e5a63cd9e0dd0281e69514a1d219c08024c 2,831 1.00/1.00 vMB 29
625,016 625,016 00000000000000000008dffb25ed3afc958583e187ac7b92becb3029dadd65bb 2,000 1.00/1.00 vMB 8
625,015 625,015 00000000000000000004caab728850fabaabcd9d2b3e6e0d88942da1dbd77431 2,650 1.00/1.00 vMB 18
625,014 625,014 000000000000000000111b1be03ef6be5587cff2d39b9a72b3dad676e486d38f 2,884 1.00/1.00 vMB 30
625,013 625,013 0000000000000000000934b3361bb9ae69e01b3ed3e1c467b55609b52422958c 1,938 1.00/1.00 vMB 17
625,012 625,012 00000000000000000007c9e4c0262e8abc0ec5b2c5e85ce7e0f036634ce8a988 2,894 1.00/1.00 vMB 12
625,011 625,011 0000000000000000000bdc032c2149bd5903fad4aaa50ed6023d9249a57c9e68 2,631 1.00/1.00 vMB 23
625,010 625,010 0000000000000000000a9bf06e2c9151090f604b9872bddcb5a8a994a3f67399 2,354 1.00/1.00 vMB 21
625,009 625,009 00000000000000000004ea5e6dc63b2cc7fc9f2d4384bb7b567b0cc7cfe97ae9 2,904 1.00/1.00 vMB 39
625,008 625,008 0000000000000000000413432cf258ddc2fa62957313f1a0ff32af95baef2d05 2,178 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.