Loading Tool

Explorer IconExplorer

Memory Pool

81,691 transactions
30.38 vMB
0.12822475 BTC
Random Selection Loading Transactions
Max Size: 182.91/200 MB

Candidate Block

Mining Attempt bb52d872d445ae14a8ec8a51b45d8c2fbf659173e3c2049465741d15a61e67e4
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 3dad14ae1ce8f7c3c09cf89333de7a0c79d8bbe7e1ee35dc70830f01861b2d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.05005412 BTC
Feerates: 302.06 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (405,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,085 510,085 0000000000000000005a9fccfb19ce1cb1b8d87eeebd0c04233e9d03e9918e27 1,947 1.00/1.00 vMB 8
510,084 510,084 0000000000000000002922b5289f8d41f25cf80b55639e319a3f334690634560 2,540 1.00/1.00 vMB 85
510,083 510,083 00000000000000000003670e5b4432524fdbd679db30844658c04d1cde01040f 2,396 1.00/1.00 vMB 13
510,082 510,082 0000000000000000000cf5271d9fd315a41d0582832137335b010320a26cffb2 1,962 1.00/1.00 vMB 12
510,081 510,081 0000000000000000003a2d68872569c280f76f1cf1975b484055ebaf65e33684 1,972 1.00/1.00 vMB 88
510,080 510,080 00000000000000000003f8551097dbbc73ad29cd888e0a56705059d3abd333ce 2,626 1.00/1.00 vMB 124
510,079 510,079 0000000000000000005d94051727f2c624ce88341cdc8f9755d974a8e9a62947 1,697 1.00/1.00 vMB 6
510,078 510,078 0000000000000000004d953e76d37edc88a12e8972c87a3f83411f28a59f8bb8 2,181 1.00/1.00 vMB 26
510,077 510,077 0000000000000000001254873a0663e707768ceeb8032b3e6583332bf8d9cdb2 2,224 1.00/1.00 vMB 105
510,076 510,076 00000000000000000022d15a021f8e925689a264818efe7c235cd111c5b129d6 1,918 1.00/1.00 vMB 14
510,075 510,075 0000000000000000000ccfbc0af52cb429257d5cbdd61f9a5e56302c4558ed0f 1,906 1.00/1.00 vMB 55
510,074 510,074 00000000000000000053145e97470d3dc8b0d00ddcd0db58cbbabba516046abc 2,100 1.00/1.00 vMB 13
510,073 510,073 0000000000000000004d243f2485c4bc51af10ba27d9df19d712d74164ca969e 2,557 1.00/1.00 vMB 100
510,072 510,072 000000000000000000257dec51df0f08f245d6b637e98d615732271d58127651 1,908 1.00/1.00 vMB 104
510,071 510,071 0000000000000000000427ae8866d50b29c9b035d4af36ff10e9e48431476170 668 1.00/1.00 vMB 39
510,070 510,070 0000000000000000003788c9a6570ae7c795faef7c3150724a95c0bb659d02dc 2,060 1.00/1.00 vMB 100
510,069 510,069 0000000000000000002984f3f7488743740153c08a6096968589acf875b4dc7f 1,797 1.00/1.00 vMB 102
510,068 510,068 0000000000000000004a84f5c0bec9cfe428bef6a464c7a2218b7502cfea817e 2,624 1.00/1.00 vMB 75
510,067 510,067 000000000000000000522e1bf8d332a8c1d5b6f8715f86d2f35e4b94ec8623df 2,615 1.00/1.00 vMB 140
510,066 510,066 0000000000000000005cabc1047747a12e81bcd18bdb7e8e41e6a4a1ed450244 1,127 0.48/1.00 vMB 74
510,065 510,065 000000000000000000422bacdd31049aa605119c30e779a0e95f9a46bd223b27 1,276 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.10 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.