Loading Tool

Explorer IconExplorer

Memory Pool

82,071 transactions
30.10 vMB
0.13266605 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 0a092b17c844d5d399c5bd0a70134ecdcb0032080e399f9f6d6be8f09907f969
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 80b6ce7278353d4323e180166ec0f9617ac48ad3b6d745a3b057cda02db54709
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.05513386 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (505,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,256 409,256 000000000000000003ca4d7f248743a4ea09fd82538997822c1ff37239e1b5d1 2,703 0.99/1.00 vMB 49
409,255 409,255 000000000000000004085259585f3d31c61ec649fc37d6ba6c4f6ac4b58bda19 1,031 0.83/1.00 vMB 25
409,254 409,254 00000000000000000095a2b955439f1c2152f7673ed8ae1dc7767762c99b7b2a 2,977 1.00/1.00 vMB 52
409,253 409,253 0000000000000000041ac5c5543f66523abf58b088d47931e8b8bb58f1394503 430 0.82/1.00 vMB 19
409,252 409,252 0000000000000000060415a9b2df750121ab2f6935dfa6eb6b3a4dfadba684ee 2,043 1.00/1.00 vMB 39
409,251 409,251 000000000000000000b9322067797c1ed36914030d8dc53b885b6db90070ec01 652 1.00/1.00 vMB 20
409,250 409,250 0000000000000000032e1faafeff5b5eec0d8129704e40ced31d31e939e4ba5c 14 0.00/1.00 vMB 152
409,249 409,249 000000000000000001d98f18b97e1f299f140a0255a4e9415a0b686f9ad151fd 853 1.00/1.00 vMB 25
409,248 409,248 000000000000000005c7e043332761d79f6de7d065af0d062d2276220c0393cf 14 0.00/1.00 vMB 157
409,247 409,247 00000000000000000381e6a138308c6547d6fe3eb3437250ffefdebbf71eefd1 600 1.00/1.00 vMB 19
409,246 409,246 00000000000000000218f360f5632b6ea0c9cf171054d4e515334d6d28c30803 1,409 1.00/1.00 vMB 30
409,245 409,245 00000000000000000366dffd4141807d8798a2387f23f9e51bd9b118c5cc4ed4 1,824 1.00/1.00 vMB 35
409,244 409,244 000000000000000004e0da99adde17c78eb738cab7a02998073f2abaa7ae6f83 1,582 0.99/1.00 vMB 41
409,243 409,243 0000000000000000022cf9a24e522a785b7f0ac9fb6fc4a8a33cd6cf9980b144 1,351 1.00/1.00 vMB 29
409,242 409,242 000000000000000002ffbffe1bdd6bbd89e9f67d57b30051232431cb41155cd0 1,552 1.00/1.00 vMB 26
409,241 409,241 0000000000000000036f4933a21ae96dbc6931bd4252512785dce1c68fa4c8c5 1,782 1.00/1.00 vMB 49
409,240 409,240 000000000000000002605e76efb4403060ce8aa1458fc35c0cbe317de25bc6e4 2,224 1.00/1.00 vMB 30
409,239 409,239 00000000000000000342eb3e518f9001f45f44a67fb1580c109b042494f8c1ee 2,699 0.99/1.00 vMB 52
409,238 409,238 0000000000000000035e92deded6efafd366055cf5f574e89e92f987cd7df168 3,125 1.00/1.00 vMB 71
409,237 409,237 000000000000000000e92c43a3a0568d7064dfa41d9d1b4628d421ce7b20bdec 8 0.00/1.00 vMB 237
409,236 409,236 000000000000000003c4cb64436e3c5fcb332d9cdcea80331a9bb9cdd612c8ad 2,974 0.99/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.