Memory Pool Memory Pool Refreshing

1,086 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (661,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,925 246,925 000000000000008e945e9ad101c043e86fdca8d844c3e4ec83c9e25a65d3f2d2 0.25 MB 662 190
246,924 246,924 00000000000000746c7e16a40f517c21c761322c83ec8d12c36eb323bf433f12 0.14 MB 236 158
246,923 246,923 000000000000005416108bfc0a7ede4fefb8a98458a86f2b7d981a61f6af1e2c 0.11 MB 257 165
246,922 246,922 00000000000000224cf09d23b3c3329f66fdc8d78db693f915bcfda7e2c5a3f8 0.12 MB 279 32
246,921 246,921 000000000000009fb9d05bc804cba0d8325d8ff80a827bd5d30ca5fdc72f03db 0.25 MB 567 137
246,920 246,920 00000000000000605816a6450247ec0816565fef654c367a2f02422d07fcc55c 0.25 MB 571 142
246,919 246,919 000000000000005745662b6f3a7c4bc8fa97c11082a10fad2b920cee38ee7ce7 0.00 MB 12 161
246,918 246,918 000000000000000c523ea61c95d94906204c593810bcfa26787553e0f654cfc3 0.02 MB 20 60
246,917 246,917 000000000000005dfe816207c51fa6eaaba43e26ca8c8f36fc4af5da10134817 0.19 MB 422 119
246,916 246,916 000000000000002772359f881250f9472f77be02286d96c5ec49318514252f7a 0.10 MB 239 88
246,915 246,915 000000000000001fa218651fbb02da9fc084d4c3b5cecca3c74cccb2376d10f2 0.10 MB 256 1,075
246,914 246,914 0000000000000098a8a6df7ae39f1e56bc23e306e487b52765cb46d196f4e5e6 0.02 MB 33 102
246,913 246,913 000000000000004b87c7c524e9bff9a99a21626e775518a7a7a7bfb8079568e8 0.09 MB 130 74
246,912 246,912 000000000000009f84b7330b09d229b3ba9ab65fc15847344be9fa85dfe34d0d 0.24 MB 524 121
246,911 246,911 0000000000000061c38f2487a57d2c1c5ec5bfda932215ee424291016ee1a9a8 0.04 MB 86 96
246,910 246,910 00000000000000298d1ff24c417f1ff5bd75b550cbb211c0eeb0b3f06fe712eb 0.17 MB 355 133
246,909 246,909 00000000000000a0a954c653a9c6dfa94a33a1ceefa1a76c5de670385e5db522 0.15 MB 345 162
246,908 246,908 00000000000000710483238d6a4bfa8be359fb5c942d8759945f4850b572d21e 0.06 MB 162 125
246,907 246,907 0000000000000058cdb4d1cbf724bc881bee3ee54f15f1f2c5e78195448502d5 0.05 MB 90 83
246,906 246,906 00000000000000507f564a0dbfa0ce01f7c5854a07c1b52e7c39b52367a29b2f 0.08 MB 178 431
246,905 246,905 00000000000000452883f162b816dd7ce367c5e56e31875c456dfeb6c2b605eb 0.24 MB 601 148
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.