Memory Pool Memory Pool Refreshing

1,666 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,651 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (733,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,365 174,365 00000000000005a11a8149e365aa5d2e7a1cd1ab9ad3ae1aa37f8502845cd285 0.01 MB 12 17
174,364 174,364 000000000000099b59584c7ca683926f4929fffe0b899024248f3bbe2536c9e4 0.04 MB 87 124
174,363 174,363 000000000000060f0c75db84074228e6a62df93a8a07ee00abf1060f587a25cb 0.00 MB 5 1,045
174,362 174,362 0000000000000556992e50e3d40da9f8b5dea03b429679523d2531a7ff0239eb 0.04 MB 118 41
174,361 174,361 00000000000007c07c4a381483672a47835c1d43ca7c98f926c16db0f91f73e4 0.00 MB 7 268
174,360 174,360 00000000000003bf05f8b8fd802f9d9cfd390f27b228d7199fcb8cd4f3374af4 0.01 MB 6 343
174,359 174,359 00000000000000b406abc2fbafa92d037d395cb1240f81aabbbdf0d9a06aa7ac 0.03 MB 82 49
174,358 174,358 0000000000000014264f45380133e19bef59c24fc62697558a9f901ed8d93f12 0.03 MB 74 145
174,357 174,357 0000000000000010156a41f850a0030d4dbeae60e37ed78cbdcb16b3317b1fbd 0.00 MB 19 96
174,356 174,356 00000000000005744d13bdba5dc553817c0d5b216c0a286275415c025890c282 0.01 MB 15 289
174,355 174,355 00000000000003ec5f2fec33f146a1140633b3a5151fc3d254cbe45cc6d5a380 0.04 MB 27 101
174,354 174,354 00000000000004d061d87f72f09535ad206b767aae8bc2616563b491d032317e 0.02 MB 42 186
174,353 174,353 00000000000000331db7fff08e15c6b7aaf84d578fa3e8b37d3226e6d4f9a0ba 0.00 MB 13 32
174,352 174,352 00000000000003d25ceb375d9acea1cc1d083f849795d7a687146b8f3458a97b 0.15 MB 83 113
174,351 174,351 00000000000004edf325a8161f9e3daf0c226776725d38e531066e1d3a4c2b02 0.01 MB 44 93
174,350 174,350 00000000000000cac16bb712b634fae7cab5ec4bda8159f0a24a62bea2d171cd 0.10 MB 45 96
174,349 174,349 00000000000002e0ed716f73618f6a7e6d0043b7efdbdcc294283cfb19e089ab 0.05 MB 33 691
174,348 174,348 0000000000000566149bb63fa812341e12a8857d234eac5c594bd0cfe0f07f5a 0.03 MB 114 180
174,347 174,347 0000000000000a2e219fddcad303da476afc432ec6e478f2040bbf6d0792803c 0.00 MB 3 67
174,346 174,346 00000000000009b173069f4b35c2dd633e96b137be0f9795780743baa0d0e3b0 0.02 MB 17 2
174,345 174,345 000000000000024f3bbabf2c0cecb631c4090ced289b1c6953adaceea55f65ca 0.09 MB 121 134
Previous 10 blocks ↓
Total Size: 769.10 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,629.03 GB sent, 93.40 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.