Loading Tool

Explorer IconExplorer

Memory Pool

81,806 transactions
31.00 vMB
0.07474438 BTC
Random Selection Loading Transactions
Max Size: 188.74/200 MB

Candidate Block

Mining Attempt 8c54ea8902a7874892712a2f28f670724ef093fd1c55b0fd406ecf45d6bca3a9
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root df687cc4eda0068b308cba61fa77b3a6d971af18bd0e8ae612fce05ec3e998d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.00801648 BTC
Feerates: 60.16 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (420,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,888 494,888 00000000000000000026bc2e21ae80cd940072f934372c8bdd70f3adea6298fa 1,920 1.00/1.00 vMB 286
494,887 494,887 0000000000000000007f1769baf11164eb2abb7cff3141dc2128fbc4104d2308 1,896 1.00/1.00 vMB 236
494,886 494,886 00000000000000000098cac584b49a3ba0123cd65345243797223baaa0b315a3 1,782 1.00/1.00 vMB 184
494,885 494,885 000000000000000000babee3b23e880445b691f17965ea42aad2bfc5aae929b2 1,938 1.00/1.00 vMB 270
494,884 494,884 0000000000000000008428f61aa9d0e72f3f97bd6ab8e5d0453fdea7a0d9d3fa 2,165 1.00/1.00 vMB 445
494,883 494,883 0000000000000000006835a416b9e7a934acd8e3e95f504a3f66298cd8f48e51 2,028 1.00/1.00 vMB 437
494,882 494,882 00000000000000000070742e898d4ad2c50f4bd48f51e6d1aa1ddc88a3e55cc0 1,948 1.00/1.00 vMB 218
494,881 494,881 0000000000000000004a563aec59002dbc3889895db08a9cd641ba298548b29e 2,282 1.00/1.00 vMB 507
494,880 494,880 00000000000000000041d2cd7452d2f0736056a880e87a38f225b49148cf36cc 944 1.00/1.00 vMB 118
494,879 494,879 000000000000000000451e076d9abaca792ddbb8d37f769001be8d06816c765f 1,608 1.00/1.00 vMB 168
494,878 494,878 000000000000000000a755a41328d7630d039be4a55bad503961ec7dcb445465 2,082 1.00/1.00 vMB 162
494,877 494,877 000000000000000000c66e8b70cefa91a418d9c6337e77a13a617d22c48cd4aa 2,111 1.00/1.00 vMB 85
494,876 494,876 0000000000000000005543ac8a0696c493f84599a7eecf448750ffeadacae72c 2,214 1.00/1.00 vMB 148
494,875 494,875 0000000000000000006e0bd40e10c06b6f212d40c8e5c7b85b11323b37fcac6d 2,328 1.00/1.00 vMB 113
494,874 494,874 0000000000000000000d6a2dfe41fbdd1d0e2bb7a0f25ff985735af9742df185 2,213 1.00/1.00 vMB 199
494,873 494,873 000000000000000000138fc802cc2e47092b47cacf299147b2bddc03c35bfb59 1,901 1.00/1.00 vMB 137
494,872 494,872 0000000000000000006d43c51bf56d13162414afaf2553eea3df0bbc433f25be 2,289 1.00/1.00 vMB 313
494,871 494,871 00000000000000000053aef0db2cc4a26f9c3e4807cfe82e63057005c545dcfa 2,158 1.00/1.00 vMB 359
494,870 494,870 0000000000000000001eb52fb76bd8716c033d12107b52a0961e7d0cb07e4acc 2,745 1.00/1.00 vMB 93
494,869 494,869 0000000000000000009de0ad455c4f653837f72319bca5faba91d842e73311dd 2,596 1.00/1.00 vMB 125
494,868 494,868 000000000000000000c6817da83c42932e290464299c599cd8504faf2fb84de7 2,181 1.00/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 782.72 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: 705.16 GB
    • Received: 16.65 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.