Memory Pool Memory Pool Refreshing

5,330 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (587,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,477 320,477 00000000000000000a457440cc2885c7ef8fe75975379775ca54f562a61bb5dc 0.03 MB 78 29
320,476 320,476 000000000000000020a079e1b55933a8e8a12e2bb05bdedebcd7e79a7a5cdcf6 0.02 MB 32 24
320,475 320,475 0000000000000000016ad63685111a00a4311552820aa47469bab7dba20c31b9 0.15 MB 332 30
320,474 320,474 00000000000000001776e0df0541b0422f681294e06c913c2792e439bbd83516 0.16 MB 298 28
320,473 320,473 00000000000000002394da0be24e81bec290ac666474346140bc083c592a041e 0.10 MB 139 18
320,472 320,472 00000000000000001da15f98171a0a789f7cef81812caed449db248dbb5d3407 0.28 MB 543 25
320,471 320,471 000000000000000012de8ccad2c8ca79b55776012955473860601c34139c8f1f 0.20 MB 350 25
320,470 320,470 00000000000000001764bacc61656b9bcf34581ac9bbac3b19e38e4ef4dc541c 0.26 MB 239 16
320,469 320,469 00000000000000000f419dfd0554c8a2fd750ae76c004cfd0a149f653971bde5 0.16 MB 512 47
320,468 320,468 00000000000000000c51a3556edf9830a513416c9a354369765942fff3c7ad5b 0.23 MB 355 24
320,467 320,467 000000000000000008a31a5b3b100fc1ab0b3a0a7370c5d5dbb18420147396d8 0.02 MB 43 25
320,466 320,466 00000000000000000a5a0df8d6a08d06ac878b431a57bd8b190c38c1ba41756d 0.03 MB 53 26
320,465 320,465 000000000000000020bf1a257c15c65320ee85228788fce1903da9bbb6199839 0.04 MB 69 25
320,464 320,464 000000000000000017ece6c9eaf1cfb262fe5208d2b91b7423eea48ebf68d87b 0.02 MB 28 14
320,463 320,463 00000000000000001321ffee8fd44152e574d300facab7797d9ebbe433f63846 0.10 MB 208 32
320,462 320,462 000000000000000013f01b193507402bb83e7e97341b9cf5a67e2c94e9b9526f 0.28 MB 609 31
320,461 320,461 00000000000000000147ad04d73b648d989c424db28e7cf383c0429a8b60cf8b 0.06 MB 92 12
320,460 320,460 000000000000000012d10c956902a0a5691a4df1c15a73d80f338e97dea52813 0.11 MB 167 21
320,459 320,459 00000000000000001b383388bd3a9e693a11a1e21913594bb8a6ebd34dde6dac 0.03 MB 32 8
320,458 320,458 00000000000000000a98867d8ba70b827dcbe6f3067428f45b78fd00d994c798 0.69 MB 949 24
320,457 320,457 00000000000000002763b6852f0430e7f5ff1a60a5b884d1ca27f786e988d374 0.31 MB 486 24
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.77 GB sent, 94.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.