Loading Tool

Explorer IconExplorer

Memory Pool

75,301 transactions
27.76 vMB
0.07895905 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt a3b9f0b344159a4b12b8f7f5d8b326b7a7c3c1f531137c0c1ccabcdedcd819d2
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 828f4b47341e2b9ccce43c39a111c541edc30b4dce3e0e292f3c958551a24d7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.01948977 BTC
Feerates: 151.01 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (253,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,912 661,912 00000000000000000007e08fd6db4fb7d8b8a01c7865e08f6a9f92271d3c6c40 2,396 1.00/1.00 vMB 152
661,911 661,911 0000000000000000000141d6ca92d693e943f577419bf9ca45eaa52655a9b6b7 1,582 1.00/1.00 vMB 137
661,910 661,910 00000000000000000008e8c8a75a0ca992f038d04fb8c8934af58ce23a75fdad 2,542 1.00/1.00 vMB 155
661,909 661,909 000000000000000000019f7cfd519e595eeac52fef169f5f37bf0074b26d2a36 1,548 1.00/1.00 vMB 135
661,908 661,908 00000000000000000009b796d8c273ef8bb15da96ba2d8fcf4c9489caa34ce07 2,926 1.00/1.00 vMB 143
661,907 661,907 00000000000000000008f700355c818927bf1fc58e70a48d03260ac5715a2ad1 2,255 1.00/1.00 vMB 139
661,906 661,906 00000000000000000008d22b55b8faed6dbdf0da034bb081dad306cc4a212ede 2,059 1.00/1.00 vMB 140
661,905 661,905 000000000000000000076282353a05768e524b6c410ae9fce2ee8519ced29430 3,160 1.00/1.00 vMB 180
661,904 661,904 000000000000000000028ad3d7c3019a1478d56d1ffbe1d3fbb2a026584851ce 2,700 1.00/1.00 vMB 169
661,903 661,903 000000000000000000040cc5a79073955ea2aa6cd5e2f8188f7f5d7ef478aa11 2,194 1.00/1.00 vMB 89
661,902 661,902 0000000000000000000359dc77c7079aac544357f131d08e87459b12aec3ada3 1,882 1.00/1.00 vMB 82
661,901 661,901 00000000000000000005d7c6210733257ae6ff436ffc3cb14ee7dcf4726a8af2 2,355 1.00/1.00 vMB 114
661,900 661,900 0000000000000000000d5822499ddebf1dbc232dce065e159836b29d05548b0c 2,536 1.00/1.00 vMB 115
661,899 661,899 00000000000000000003eb50e228fda14903d31488e19815643e12886d3115f5 2,243 1.00/1.00 vMB 132
661,898 661,898 00000000000000000002f5b024a42826be6b113f262c81a088493771c403d3b9 1,987 1.00/1.00 vMB 131
661,897 661,897 0000000000000000000468d272b21590f7f56cfe15b7c17ddd5587b9599b9a74 2,246 1.00/1.00 vMB 144
661,896 661,896 00000000000000000003bba98062f9f5e9bca39fa3954ca0fc6b71f545c2b32d 3,235 1.00/1.00 vMB 172
661,895 661,895 00000000000000000008662b758d4e16ed8de5ef1f951308472dbce871fe3fc1 1,796 1.00/1.00 vMB 105
661,894 661,894 00000000000000000000f5a4a7fa4c283522d88f02b319c2316e38dfdd0452b6 2,816 1.00/1.00 vMB 130
661,893 661,893 0000000000000000000e11fae2d0f7f411fe84033952bb136aa90b2e60f940f4 2,350 1.00/1.00 vMB 132
661,892 661,892 00000000000000000001ab018bc5c002cfe872ce376e25f927661c028bd97412 3,066 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.