Loading Tool

Explorer IconExplorer

Memory Pool

78,236 transactions
29.29 vMB
0.07753051 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt 755578c71ec91ac33a47a01ab5d9dc19ef07c6b6f5aea8a373b8c5ef68485c42
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 4c4bfc14eff80a044891524d2f258b236a0b5198d300e2e20d94195dd4a8446a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.01341077 BTC
Feerates: 73.20 > 1.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (277,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,379 637,379 00000000000000000010336b7733062ed79a27c4ba768fdcaed88bb21d303a47 3,211 1.00/1.00 vMB 50
637,378 637,378 00000000000000000010629beee65fab8d427774b8759b16a58440536a08a252 2,783 1.00/1.00 vMB 68
637,377 637,377 0000000000000000000fec498a1936b376eac7d0f9f531da741865545e944d5b 2,695 1.00/1.00 vMB 41
637,376 637,376 0000000000000000000d66b0af59c868676af0e7e266d46595cb17aa15231f08 2,854 1.00/1.00 vMB 44
637,375 637,375 00000000000000000004dacccf61e33a1b550fa979310dd6b11bd413000ddafd 2,738 1.00/1.00 vMB 43
637,374 637,374 00000000000000000002b725b1e96ff544fb558a232cd6f36bb0a253f263e0cf 2,372 1.00/1.00 vMB 50
637,373 637,373 00000000000000000004145123749ef9f0c8e4272232bcbb10453b85efffc20c 2,273 1.00/1.00 vMB 61
637,372 637,372 0000000000000000000462666c69bfd186ed97be2555fe5c424bc5178ba8da93 2,715 1.00/1.00 vMB 51
637,371 637,371 0000000000000000000390f5c4e21b89fc67a3dc57c28f6ee51fcfe0d90cfb3c 2,487 1.00/1.00 vMB 50
637,370 637,370 0000000000000000000498315c1eb7976f3a22414d46a9d5eafe924cc8e475cd 2,507 1.00/1.00 vMB 48
637,369 637,369 0000000000000000000421ef1c619c5854d958aa31bf8d14bf1d6d0c7f01934a 3,139 1.00/1.00 vMB 50
637,368 637,368 000000000000000000038f9fb5fabc974dfea63845baa7b870150262ca5ab5a6 2,110 1.00/1.00 vMB 57
637,367 637,367 00000000000000000010031077f7253162af37121426d68da9a41d7f9a8c4a1e 3,003 1.00/1.00 vMB 74
637,366 637,366 0000000000000000000083f435bb8d5fda03cea0da827fd8e2b71d691a926d03 2,490 1.00/1.00 vMB 51
637,365 637,365 00000000000000000007137c0f647a639d69ba4d881088d0e6a652e617b701fe 2,975 1.00/1.00 vMB 52
637,364 637,364 00000000000000000005d6f13d25ffadcb8d54aeb857cf330096ea43e019c0d6 2,576 1.00/1.00 vMB 47
637,363 637,363 0000000000000000000395b8acac6d99b211397e924c0a02bad33cc634a350d4 2,570 1.00/1.00 vMB 63
637,362 637,362 00000000000000000005bfbf22a6858cdc6188d6a97a4c9ef8484de716b4c9e7 2,921 1.00/1.00 vMB 58
637,361 637,361 0000000000000000000e442e3ff9845b7fb9ea53352c82f58cedd9a05020e167 2,839 1.00/1.00 vMB 52
637,360 637,360 0000000000000000000c0443bc0737b1045ac46cc4eb1be4c9e0a66cc37624a0 2,582 1.00/1.00 vMB 58
637,359 637,359 000000000000000000102ddf3790ed218f19d08e1ba02f533f41f5fb636bea6d 2,928 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.