Loading Tool

Explorer IconExplorer

Memory Pool

24,436 transactions
11.95 vMB
0.04902068 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.70/200 MB

Candidate Block

Mining Attempt 17b12e241e74ea1a65de05018f840f58ae8836df9a30b00d1533a7a92ceb11a4
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root bfb2c0b9ef5c53f3c90ffef64b7a97bd938cac3c946ae5a44a1c84d24d6bc56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 0.99794775 1.00 vMB
Total Fees: 0.02897245 BTC
Feerates: 502.67 > 2.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (746,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,562 167,562 00000000000008f3adf65608154793a2a693566eb1c175fb94f0d8b60ff30721 46 0.02/1.00 vMB 55
167,561 167,561 00000000000007ae262cd5441ad4757063357574a8929cd84ff8d76e75a3b603 55 0.03/1.00 vMB 64
167,560 167,560 0000000000000bdc4ae63c86b537631aa4a04b3082e4503e1609b227808385cd 70 0.04/1.00 vMB 185
167,559 167,559 0000000000000822d6f8b629e1ddb5c16384d3adcafd6d1dc4be1e88bc2adc80 1 0.00/1.00 vMB 0
167,558 167,558 0000000000000afb662e21614bb80d63a116a09a9a450a32b4fe28f7438f6b62 21 0.01/1.00 vMB 176
167,557 167,557 0000000000000795692b2001e003fec1a8b6df2e5c0b12b46c00d3c0e7616670 165 0.05/1.00 vMB 1
167,556 167,556 000000000000099b250c156dfa59ef5640be888670460be53accecadfbc4516d 65 0.05/1.00 vMB 196
167,555 167,555 0000000000000b25b1903c00298065ec012a57eede75b67e851d95622ef712a6 45 0.02/1.00 vMB 165
167,554 167,554 000000000000057c36f38de231b2a885603bdecf1953455253477b6d6ae220e0 62 0.03/1.00 vMB 111
167,553 167,553 0000000000000bc039bfb98ab91215dc326bed3315485fe4400b2285bae746a5 26 0.01/1.00 vMB 155
167,552 167,552 0000000000000761da24f2687644adaa76cb18e735a249cc51377456ea34f3c6 28 0.01/1.00 vMB 173
167,551 167,551 0000000000000616a9f7ae30c3f961a7bcd2107a7b1dc778ac51217a53010f3a 11 0.00/1.00 vMB 0
167,550 167,550 000000000000098460cf506c201049b46685f30b843a4af8f3b493d32bc6d8c9 101 0.05/1.00 vMB 140
167,549 167,549 000000000000088b7a69ab48cec54a5be4751cca38fc169925162d57215d243f 35 0.02/1.00 vMB 81
167,548 167,548 00000000000006a2ba58e46a5f79fce22ff7e0170c5fded2792c88d30353ee8e 125 0.05/1.00 vMB 100
167,547 167,547 000000000000052a03fd51817a64f848266f1eee1dcdc81ee3702db1a3590ec1 6 0.00/1.00 vMB 200
167,546 167,546 000000000000064842e1206c8e383d23d132326c54dd0a15922ca8454e39d0d6 48 0.02/1.00 vMB 320
167,545 167,545 00000000000007b2c4ab401d786a1d7421c2487c1712ba6ab90e403c6d786c83 26 0.02/1.00 vMB 28
167,544 167,544 00000000000002ddbe3c281b734b83bb38bd64c41e8e18507660c00ba0eb6d46 73 0.04/1.00 vMB 445
167,543 167,543 00000000000002b1b64fb47668c5ed1be33e00ae626b03bc33cc2b5f6ba5fbae 13 0.01/1.00 vMB 17
167,542 167,542 0000000000000297a591cd02d94ebf39ff712ea1dbc80cded37c63b4b380f3b9 16 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

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