Loading Tool

Explorer IconExplorer

Memory Pool

82,916 transactions
31.31 vMB
0.08731743 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt 09886b0341b31358b32ca7098bf912ae9e2847df8f39495c8f32caae3679c1d4
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 2dd57f978cbba298448dc08d0b0696ede961cd6f08775f1834a5edf5d5322e20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,611
Size: 1.00 vMB
Total Fees: 0.01639031 BTC
Feerates: 12.18 > 1.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (482,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,035 433,035 0000000000000000016d74b7747f0cce8bdc5edb316a118eb80dcb0c1df872dd 2,983 1.00/1.00 vMB 83
433,034 433,034 000000000000000001dd8a38df9e25552df3dd765d1408396d530ab2847e7850 688 0.56/1.00 vMB 27
433,033 433,033 00000000000000000087f1971a437a3ad0b30413050baa547f7f9e88ab88da37 1,201 0.58/1.00 vMB 43
433,032 433,032 000000000000000001fda0daa2b96128cc82de12d0c3d41ee1c7ad1e12f1aeab 2,815 1.00/1.00 vMB 73
433,031 433,031 0000000000000000031163772a7f163a9bae75c5d9ebb0ee1343cfc5e30e269b 1,857 1.00/1.00 vMB 41
433,030 433,030 00000000000000000238fe92bbb3e237b6e3f95a3c05fc7d0e0cefc8540ab55e 1,936 1.00/1.00 vMB 52
433,029 433,029 000000000000000000f60d56feea0c5577138265f7225b60545a4db2b0e3db90 2,291 1.00/1.00 vMB 64
433,028 433,028 0000000000000000007029f037799dfa932631c56cc273ca190588b83aae7343 2,643 1.00/1.00 vMB 61
433,027 433,027 0000000000000000024f815d269aa1d5d4237b28fda781c84b0ea93091f7e109 2,927 1.00/1.00 vMB 77
433,026 433,026 000000000000000000d46e052a30ba0ba965b0474cdccda5d548d731ee04c2a7 261 0.14/1.00 vMB 61
433,025 433,025 00000000000000000289fd70af988c35e42aaf0671443a24febe8cdf3e2198c2 477 0.98/1.00 vMB 10
433,024 433,024 000000000000000002c4b9ed02fb1c30fc28269cca7eda1e6cbed6df72a0f796 1,532 0.98/1.00 vMB 26
433,023 433,023 000000000000000001f3af59745a2ac9c57e5aec94e2eeac54b83bb33f25576f 2,238 0.99/1.00 vMB 63
433,022 433,022 000000000000000002143c33dbf1edb5707e6375c91bd2ffc3127aece75e0e95 2,415 1.00/1.00 vMB 61
433,021 433,021 0000000000000000042586926e47b60ad109cec30ce90b115545171fb16ba1e9 2,792 1.00/1.00 vMB 80
433,020 433,020 0000000000000000035a15f82847a88f4eab7a1d286fe6d55ee2541f8c40ca67 596 0.25/1.00 vMB 55
433,019 433,019 000000000000000001e7642adcffd83b2518e20a6cef274077a291bc4500077b 1,492 1.00/1.00 vMB 34
433,018 433,018 000000000000000001ab7a8120836fefcf1495f1e2f9ff9b6006a894849426a5 2,350 1.00/1.00 vMB 48
433,017 433,017 00000000000000000486d867813e9a0e82616e6177cc14bdedd47cb75b46f4b8 2,533 0.99/1.00 vMB 69
433,016 433,016 000000000000000000ecfc6421401ccd39371df83c2138c09bce6ef1da7614d2 2,143 1.00/1.00 vMB 57
433,015 433,015 0000000000000000005cd9a3d2a9042292ab2f62eba974419694bc09a8851470 2,277 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.78 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.66 GB
    • Received: 16.95 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.