Loading Tool

Explorer IconExplorer

Memory Pool

78,228 transactions
29.36 vMB
0.06522018 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt c9423b778e754b61b873be468e9da9579298ba58a8de253c3c2265fced4e0d1e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root ef8428a7addb3c2877cb250e286e492aed6eac379a33a824e5ebe252e37f40bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.00562104 BTC
Feerates: 19.86 > 0.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (670,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,737 244,737 00000000000000c687ecd54d4ff460d3ef03a2c56ed4e28a281d1796918f3e1a 44 0.02/1.00 vMB 11
244,736 244,736 00000000000000427719dd4f96198cdcfaf656eb412f22aedc85a153af3426bf 430 0.16/1.00 vMB 213
244,735 244,735 000000000000002cdd8ca458d31f355c1102e2afeb632d60c8b9b407ad0ef4e7 93 0.15/1.00 vMB 31
244,734 244,734 00000000000000004839505c798b817786b0a6ae0c2dcb83783433759b434073 172 0.07/1.00 vMB 111
244,733 244,733 00000000000000379f9318abe4d326d372a01a0b4c5acff82f135deefcf03026 295 0.13/1.00 vMB 103
244,732 244,732 0000000000000068dd21c2b9a169a8b8b3d1cad3dc8f2ed00ad31b5651e76c73 326 0.13/1.00 vMB 341
244,731 244,731 000000000000007e7635b7c7db61e0cc355a36af0b1837fc291b06d9a47ff99d 90 0.05/1.00 vMB 132
244,730 244,730 000000000000006bb5a41abf2eeacffdb5afd3204f13b206506f3d0250c9e6a9 204 0.09/1.00 vMB 135
244,729 244,729 000000000000008ff25c3675c50e2458768420d650a7a50f17a7183a8ec74a84 157 0.12/1.00 vMB 92
244,728 244,728 00000000000000304b460c7e6411f0de7836391c8b60d1e3a12b25026770d3a9 40 0.05/1.00 vMB 50
244,727 244,727 00000000000000862bba6f7056b9e0a7953cd1c6c29dcb4d0e4a97fd18c7c849 313 0.14/1.00 vMB 125
244,726 244,726 0000000000000015b8539d3c0fede123840189a45d0ec0f57fcab0aa695483bd 177 0.07/1.00 vMB 213
244,725 244,725 0000000000000080389d5bdec69a982952900f66a983d5d1dc26aae9aa3e3347 157 0.07/1.00 vMB 81
244,724 244,724 000000000000002f719388b9ed71712102aacaed2f1b77ccdfaeea4c43a3a5ef 72 0.03/1.00 vMB 124
244,723 244,723 00000000000000998f35a8301a9a964f5fa531374b1a439604f74b2db77c8a17 347 0.09/1.00 vMB 14
244,722 244,722 000000000000008dc8c29fd1ba89e1cba1a039ba0330639f9e12ceccb869f8c1 78 0.04/1.00 vMB 104
244,721 244,721 00000000000000369e35313552edef06e34ada894967b2802929175effa34811 191 0.07/1.00 vMB 108
244,720 244,720 00000000000000bacf466ab65d128f149d663bdc96a6d2641eafd8af78e0698d 56 0.02/1.00 vMB 67
244,719 244,719 000000000000003d65beb870a32950380ba4392da6b50d9e66df1a61f6edb424 233 0.09/1.00 vMB 101
244,718 244,718 000000000000003f3bcb4563b3efe8acee3bfc198d3c5a61f29c7216c4902015 16 0.00/1.00 vMB 56
244,717 244,717 000000000000005d6b2efb6bbf5cd72c2efb51596a3896ef142437071fe14846 148 0.08/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.