Loading Tool

Explorer IconExplorer

Memory Pool

84,634 transactions
32.70 vMB
0.09997024 BTC
Random Selection Loading Transactions
Max Size: 198.17/200 MB

Candidate Block

Mining Attempt ec0f6e283e51faab5a9cf7c947a4c6c46204ffb13f625b82e17a6566ea6fc4db
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root d3d7b1239ac2ff1b46044ffd8a7f1ffce0a7ec8e198ab96abcaf9d8d0949f84d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,744
Size: 1.00 vMB
Total Fees: 0.02753592 BTC
Feerates: 223.65 > 2.76 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (240,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,129 675,129 0000000000000000000a34c88ddae1a9e595d1f8c415a57994a6b166c0ef02c2 2,239 1.00/1.00 vMB 111
675,128 675,128 00000000000000000006f32b0a86841682d0423bc465f502e059785c76e87145 2,304 1.00/1.00 vMB 50
675,127 675,127 000000000000000000099323c4cbd3c1d09b17625f17e19eda5742dc3afbcb8c 1,480 1.00/1.00 vMB 57
675,126 675,126 0000000000000000000d1ee0d9e6e59cdf397e2e0401206bb5dacbab19c4234d 2,090 1.00/1.00 vMB 54
675,125 675,125 00000000000000000006ea851f75c600ef428aef3c734f8124170e964e1ac387 2,410 1.00/1.00 vMB 71
675,124 675,124 000000000000000000002e2b4e60b2a18b2c129ef7ac695b1bb216f9a699c562 427 1.00/1.00 vMB 108
675,123 675,123 00000000000000000005e34b053545786312969c41107d808698a8aa39179048 2,367 1.00/1.00 vMB 61
675,122 675,122 000000000000000000066a663454f186295c11d58cada051ce57af0363e8ebba 2,967 1.00/1.00 vMB 122
675,121 675,121 00000000000000000009d72ace32477fee2abb9a0b47adff9a3cf1ba976d5ded 2,219 1.00/1.00 vMB 90
675,120 675,120 000000000000000000029fbab1b9ef79be97233c484e931b662031e535b37bd0 1,396 1.00/1.00 vMB 48
675,119 675,119 0000000000000000000c26bdc6cd4199441a6faa8fe7a17c42e36b027c4a5b1c 2,729 1.00/1.00 vMB 114
675,118 675,118 00000000000000000008ac0335744aa4c437501d31cfe0c98497de812953e93c 1,718 1.00/1.00 vMB 62
675,117 675,117 0000000000000000000a2e8e5f6d9370b71cc635679e3a0a24358e83bd74720f 1,884 1.00/1.00 vMB 55
675,116 675,116 0000000000000000000734fc5664eaf5b5751b5867f97e5ba348b2db6fc1ad40 1,934 1.00/1.00 vMB 94
675,115 675,115 00000000000000000002fa1093364ee63eb0394ab83e1e7422e2c5c75054f905 2,134 1.00/1.00 vMB 84
675,114 675,114 000000000000000000020b5f569da42c42bcd0df5d20aa027ecd0397eefd7243 1,576 1.00/1.00 vMB 110
675,113 675,113 000000000000000000094821ad5dfa647912ac269b56b5f0319222b7e5ad7f12 1,039 1.00/1.00 vMB 117
675,112 675,112 0000000000000000000aa29988ca1d8e9c0c316a4d709e7b52d78d17eb1fe132 2,461 1.00/1.00 vMB 100
675,111 675,111 0000000000000000000c8375afa4d2f5e6b3b10e0330cefc7736a2f916c22d77 2,705 1.00/1.00 vMB 71
675,110 675,110 0000000000000000000515e85efc957b63fc2ea940727804e686ffef0207961a 2,365 1.00/1.00 vMB 84
675,109 675,109 000000000000000000047206a2bbee986f5e8671908a4ebf6ae468a8b1e5aadf 2,400 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.