Loading Tool

Explorer IconExplorer

Memory Pool

46,352 transactions
28.88 vMB
0.14396799 BTC
Random Selection Loading Transactions
Max Size: 152.84/200 MB

Candidate Block

Mining Attempt 3c4800c62aa02b08e732f1e0eb7dae0b1526516071cb42d805d5de035a75517e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 043ebc5943c3080fe859301811095259c8840a263c8232a8c19eff357d22ed41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,533
Size: 1.00 vMB
Total Fees: 0.08147853 BTC
Feerates: 15,654.48 > 8.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (514,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,564 400,564 0000000000000000064c2d5b09b705c082e1eb5528b8364ee907768a5e56cb1a 2,405 1.00/1.00 vMB 33
400,563 400,563 0000000000000000043901e60a7b5efa1354afaf76e978c45a348e9ce57a423e 1,757 0.99/1.00 vMB 38
400,562 400,562 0000000000000000059013570de65d486215e63a1b1b29ea6a848a4b0d9f3747 2,304 1.00/1.00 vMB 47
400,561 400,561 0000000000000000008081bd9558569eeea924b4beddef2b1245416dbf7a1fbc 2,945 0.93/1.00 vMB 56
400,560 400,560 000000000000000003e95a1e667b349beb17f20cda98fbf8076d3bfee939abf4 2,954 1.00/1.00 vMB 72
400,559 400,559 000000000000000001255656c60d673c69d48178a6c7658b54d2ab1dc97cd9cc 2,670 1.00/1.00 vMB 97
400,558 400,558 000000000000000006916993b2c7e86ceb4a5ee8a8f4517a4989b929a22eac31 2,696 1.00/1.00 vMB 47
400,557 400,557 000000000000000000f5e5a9c46ef85d692ec6638dc026114c53f42279e00ed8 3,446 1.00/1.00 vMB 56
400,556 400,556 00000000000000000450a1778604210dfdb7f4a41ab877375e2371b07d0856af 2,726 1.00/1.00 vMB 76
400,555 400,555 0000000000000000043ff5d8fcaad76183d540b906778955fffbf60f9fae1209 2,447 1.00/1.00 vMB 87
400,554 400,554 0000000000000000058f3411ffbf417b97fef2a1f7eb8dae0f006218b21a89f6 3,287 1.00/1.00 vMB 61
400,553 400,553 000000000000000000e4e95ba88f1ad2783b632104a08f2a4fb6e0b35648d6a1 1,419 0.75/1.00 vMB 90
400,552 400,552 00000000000000000585a8a2c6ea4971e9fa4b926c8976241234514d1ef32ad4 2,434 1.00/1.00 vMB 69
400,551 400,551 00000000000000000363bf2270c309562d5d4a2124f2f99bb9acbf820a254aa0 1 0.00/1.00 vMB 0
400,550 400,550 0000000000000000040ce2ab3afff420d3ae6d4f92c95de01fb0ebc3fe9cab60 1,320 0.99/1.00 vMB 18
400,549 400,549 000000000000000003c06e290d322041dda22d4d638403e611f7fcb53706ad35 1,645 1.00/1.00 vMB 30
400,548 400,548 0000000000000000010f1b17e83dc5fad97623734b3d1bf628e90d93965afb94 1,877 1.00/1.00 vMB 29
400,547 400,547 000000000000000004c6ad0fd82fe1276afb33128f96552542ea29b29d7f6df3 1 0.00/1.00 vMB 0
400,546 400,546 000000000000000001bc764ab1210a72e7ce4040183c611a7e1c2a7a51607aca 1,755 1.00/1.00 vMB 33
400,545 400,545 000000000000000001384166789eba9bf3efb1e4da9d77df297dba6cf7a08063 2,634 1.00/1.00 vMB 39
400,544 400,544 0000000000000000059d983d094010a54feef6fccc3d0f3043324a9363392aaa 2,915 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.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: 650.75 GB
    • Received: 13.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.