Loading Tool

Explorer IconExplorer

Memory Pool

80,811 transactions
31.33 vMB
0.07708990 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 6d1615a49766316d5fcafa5ae1e66ca88db4cb49f7ed412c4261c58291a3eb16
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root fca30a83c8e15e6733d23fd2e9729eff5398054321fa12ad552e5dfebd4061f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.00928311 BTC
Feerates: 100.25 > 0.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (868,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,959 46,959 000000003811c8183d22fb4a8dd6c363d3aaaf8836e2b28e834d7b677e7f9a04 1 0.00/1.00 vMB 0
46,958 46,958 0000000009dbfc7615e0e066c26e96604c5db1c296c1b1286413f23255b5782e 1 0.00/1.00 vMB 0
46,957 46,957 000000000cadb63fad6133336ec4c0271266b86067f3db4fa0f137af2f8d0fba 1 0.00/1.00 vMB 0
46,956 46,956 0000000012afae3be28c7b5e0c6ebb529f43b3046c2f9b5003eeefacf12bb335 1 0.00/1.00 vMB 0
46,955 46,955 000000002eff70e8d3604b5dde031dab9527e69bea31570c3f4c1f57f3c3648e 1 0.00/1.00 vMB 0
46,954 46,954 0000000002274dde8f09a85f7359478c61d81797506a2d1ab63e8760edafb686 1 0.00/1.00 vMB 0
46,953 46,953 0000000023255bd92bfc8852cb5088314cf094b78caf83e94c549f41d5240052 1 0.00/1.00 vMB 0
46,952 46,952 0000000000c11192dbfcb1e665a76112f5f741f36cbe238b8b9f01d53b3dffbe 1 0.00/1.00 vMB 0
46,951 46,951 000000002765297096ec20e523eb8a7317b993884d641d849668ccf5339ceb49 1 0.00/1.00 vMB 0
46,950 46,950 0000000004589053d5d42648a7ee9f4ea42eb5324c03996ad8032fdb4ddd7639 1 0.00/1.00 vMB 0
46,949 46,949 0000000026523b3c01ee3bd6b33305ea7a4945c9811d24075a8c692c0124c6f1 1 0.00/1.00 vMB 0
46,948 46,948 00000000260a8e4a9f43586cc3a6ffe1d1694069d541dd4b002b1365f5399032 1 0.00/1.00 vMB 0
46,947 46,947 0000000027cd862771de784d5d4ed8acd94d3c459b31e190535fb2fb5bcececb 1 0.00/1.00 vMB 0
46,946 46,946 000000000bc3cdd813d76ee50231171b8640831f8adc1fce0944f688a957bbc5 1 0.00/1.00 vMB 0
46,945 46,945 00000000225875a32bd172527acf526bd2de40ad6bb0095fab547ee76e34d998 1 0.00/1.00 vMB 0
46,944 46,944 0000000037cf3ae91919af7b4e391a338160880002fc212fe76b8aa8cc9b6170 1 0.00/1.00 vMB 0
46,943 46,943 000000003042b7e1e1121b83c69870e66ce9e7c2d2f6369ae948c4e0668d3bcf 1 0.00/1.00 vMB 0
46,942 46,942 0000000013356bc90cd92b9e99790b57786eddd8a01cbadfd1de0da4d7ad7a16 1 0.00/1.00 vMB 0
46,941 46,941 00000000243d2c06117f45e20f9bacabb7b7fb2ceb92a35d71804816381a7583 1 0.00/1.00 vMB 0
46,940 46,940 0000000036694f7ff44f5af73c668626dfd6e5135433a4fdf7bc5032061ff320 1 0.00/1.00 vMB 0
46,939 46,939 00000000209ec4b4a72f3cbea443a5cf8297c6ae40b0d1d909a4a716726ff2e1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.74 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: 708.01 GB
    • Received: 16.72 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.