Loading Tool

Explorer IconExplorer

Memory Pool

17,873 transactions
8.08 vMB
0.02770583 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.48/200 MB

Candidate Block

Mining Attempt 9cc9289161310f098c5b062cc5be6a48aa168eed99b5dfcb774419dea58ec01d
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root 2a618d786dbcfad0ef9085e4d688d45e8514f368b5c81944ce3843cfe390c113
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,901
Size: 1.00 vMB
Total Fees: 0.01069372 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (689,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,578 223,578 00000000000002f611d649fc2755742fd063a767eb49b1fdd003c109749d9a76 10 0.00 vMB 47
223,577 223,577 0000000000000037b41fef1c1c6ff1a6020f776af0e4d444beec31af9129fc3c 329 0.29 vMB 62
223,576 223,576 000000000000014f961742f75339d4195cb14e824b8f4611d180021f7b910546 420 0.17 vMB 178
223,575 223,575 000000000000045a57f9fc123e0c1687406fe4e049f9b68961ab088238d73c23 422 0.25 vMB 19
223,574 223,574 000000000000048c7cb1c6cc5e85478ee768e39c78110b54bbac675bf50d6b03 266 0.17 vMB 131
223,573 223,573 00000000000001fbcc1a726021eaf6b990f394825e5384ae83a95054eeca13e9 12 0.00 vMB 294
223,572 223,572 000000000000000780bbb0fc4ad6f411d6067e3d0d7d5cfcd38fbc80c1c5d30a 480 0.22 vMB 165
223,571 223,571 0000000000000048f7ff766356c460199809236cacab488784425db15f10d1f2 387 0.14 vMB 196
223,570 223,570 00000000000002b128affa16940f994d19dd9ff06c834a0e7492153062a94408 303 0.14 vMB 143
223,569 223,569 000000000000019a6007554d7f7347f4e475245dbc46484c1cf02999159f3ced 264 0.14 vMB 146
223,568 223,568 00000000000001b55226cef2f00ee35986eedc05ee60c222df6ac4587023312e 376 0.24 vMB 179
223,567 223,567 000000000000044e73e762e7b992e3c521ad72a7677df5344f5ae4c04fc7ebf9 519 0.25 vMB 168
223,566 223,566 0000000000000227e5c574e77641fd4a880404afedc719729b24543df70a9d0e 547 0.25 vMB 174
223,565 223,565 000000000000036a150006a2de452991d2ee01cb31b85de890d68db1569c68ae 126 0.12 vMB 92
223,564 223,564 000000000000013f2088064a3e440976b32e579f96ca4c5fd6077007084b3ee4 616 0.25 vMB 189
223,563 223,563 000000000000019b07c6f4b9fbe719cccdccc0ac4d62d4e0918ada3fef09de0d 506 0.23 vMB 197
223,562 223,562 00000000000002da6abfe0c152cfef10ae3ec8658b4853fe90f830729e3795d8 626 0.25 vMB 233
223,561 223,561 0000000000000008411bce4214d8bd49dc09fde251eda7b0759c14a56180eb54 55 0.02 vMB 255
223,560 223,560 00000000000000d656365f5095f190866c2483d5f495771a4e85ee12f94cce28 251 0.11 vMB 166
223,559 223,559 00000000000003867b6c2261ae5d6a61b39b878cc153901bdfc75973e3517af0 32 0.01 vMB 72
223,558 223,558 00000000000002cd012142135f2ffed918d1692f974036fdd9d2e4528c177ea5 392 0.18 vMB 171
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 262.03 GB
    • Received: 1.01 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.