Loading Tool

Explorer IconExplorer

Memory Pool

83,867 transactions
31.45 vMB
0.10035496 BTC
Random Selection Loading Transactions
Max Size: 192.92/200 MB

Candidate Block

Mining Attempt 0cba065b8c067cbdd2e762f57a21533fea81591282f4b2d7473df00d02d2e313
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root eb73fc985b9fb1086112513145d3d36b8371f0e1e085d0b8e09eb70249323c75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,891
Size: 1.00 vMB
Total Fees: 0.02837280 BTC
Feerates: 504.27 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (475,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,168 440,168 00000000000000000278b8d3aa0fcaa9c7402f6e6068aa5efcce553b830703a1 2,495 1.00/1.00 vMB 64
440,167 440,167 0000000000000000005d4713636c062c08ef1ed68c9b03f45e823d984bff2d48 2,482 1.00/1.00 vMB 84
440,166 440,166 0000000000000000039751dd95635839b266fb651e4f8be55f9c663ac1e49298 2,590 1.00/1.00 vMB 49
440,165 440,165 000000000000000001709e00e2cdd232917d012d115d4fad66510c257c5ecc0d 2,059 1.00/1.00 vMB 53
440,164 440,164 0000000000000000018b73442c493a1d962bc3c126eb85d2be0a4dcc8e6da1df 2,044 1.00/1.00 vMB 57
440,163 440,163 000000000000000001729b587f0e565e36ff8312faf6aaeb5e0d624f7195095f 2,448 1.00/1.00 vMB 54
440,162 440,162 0000000000000000032493ce7df2987d3819e2408c7d871087e75344e682888e 2,200 1.00/1.00 vMB 81
440,161 440,161 000000000000000001da4b346a08ee6d48e266a0e11a3fffb2364d097e75526f 1 0.00/1.00 vMB 0
440,160 440,160 000000000000000003998c269175dea755b522a2921ede5f684a360cbf245b10 2,112 1.00/1.00 vMB 73
440,159 440,159 000000000000000001747ad73d26ec0a0211767a48d0141a3d56a2dc8b102651 1,007 1.00/1.00 vMB 47
440,158 440,158 0000000000000000018a34c92e4e79f4d584e8a50b5bb8feaba1ec1c12f678d0 884 1.00/1.00 vMB 51
440,157 440,157 000000000000000000fced65d793c7bdaf0f0edc8a7518e83e4a7d0df7f80c80 1,888 1.00/1.00 vMB 48
440,156 440,156 0000000000000000007aba9ee78444157dbe8181ae57e770b5b193220a0cd70c 2,313 1.00/1.00 vMB 51
440,155 440,155 000000000000000002bc64784688ce2943a6bee806056ac926067b32425da3a1 1,954 1.00/1.00 vMB 71
440,154 440,154 000000000000000001ad8d51e7b8bf09a178931adaa2cd4eecdaaf374d71e397 1,763 1.00/1.00 vMB 75
440,153 440,153 00000000000000000027a6e77db20b72253efb1ee6e3ffd0bc05c576e47e92cf 2,681 0.99/1.00 vMB 51
440,152 440,152 0000000000000000031c0c459d26773f8325c4a4a99ace9c60d939a6b65c5f1c 1,214 1.00/1.00 vMB 61
440,151 440,151 0000000000000000025096d344043bf908f365d3b70920dfb07ab9b50a41ef99 1,062 1.00/1.00 vMB 61
440,150 440,150 000000000000000002835ce5c4f064137407894a4f99e9c7f4f4b06d445dd100 523 1.00/1.00 vMB 51
440,149 440,149 000000000000000000ff7c3b51951a4794bfdcf086639991edbc4fd253830044 1,822 1.00/1.00 vMB 62
440,148 440,148 000000000000000002623ea3b9599e8664fdee71f87d5d8c889942ad162f2a90 2,138 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.77 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: 709.29 GB
    • Received: 16.87 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.