Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (646,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,010 262,010 0000000000000003ed847be72d79c7adb11b9def31dabbd9e09874cdb3927c59 0.02 MB 43 49
262,009 262,009 000000000000000b3a0dc3dc5df35d5bf6570482520eab49eb024e1bc6d3e5a7 0.09 MB 199 92
262,008 262,008 000000000000001545e6433bdb37211491a83af9cad15dc4e80a096f797952a2 0.15 MB 53 14
262,007 262,007 00000000000000041dd5c77a082949a97c7fb78645095d8ff0047e5d05619da3 0.05 MB 91 55
262,006 262,006 000000000000000c5b3a9539c069490d05db3c536e0ea3c43b23dc6076f42682 0.24 MB 469 92
262,005 262,005 000000000000001b4ec883234163687e169a9129ded0577e4f2a99d6112fefcf 0.25 MB 472 92
262,004 262,004 0000000000000012ec70d38ce56f08767fc56c1bb95fa2db9568d4d5574fa122 0.00 MB 9 112
262,003 262,003 000000000000000e2c6892fb5c5735fa8c1145efd451c54d3bf4f8544b888d6c 0.15 MB 106 22
262,002 262,002 0000000000000016a5790623afc24c95f8e6b282e256b01ebae91c6ac5586628 0.01 MB 24 32
262,001 262,001 00000000000000153388f79e68c8a5b974c6b73d0666ed6d75461af43c75aa81 0.14 MB 261 63
262,000 262,000 000000000000001002ac67e026c523c3779b1ff2e3b9e2b7bfa6022ee1afae2a 0.11 MB 222 89
261,999 261,999 00000000000000112bf597c03e57fb716320d5359a8f368aaaf8ae6d76628550 0.00 MB 2 244
261,998 261,998 00000000000000071fee30b8e1c1d9d334685fa325ad3013db4c5920514e99e7 0.15 MB 275 80
261,997 261,997 000000000000001063219a70fcbf6aed605f6b1c519e1bc3dc30c91a60d02344 0.06 MB 135 73
261,996 261,996 000000000000000f72abb453043134d54a18cca9389035f7f6d5f66d55c31f5e 0.07 MB 140 98
261,995 261,995 0000000000000008c8254064c5fbc84dee23d453c2e8022074c3b6743b37524f 0.03 MB 85 64
261,994 261,994 00000000000000097ae3f2506ed12f8503893060c8e76467b3a1e0b2b87fdd88 0.01 MB 27 107
261,993 261,993 00000000000000035ce7303dfab674fd38cc3169ad71b2a377b3cfa891bfe514 0.10 MB 214 92
261,992 261,992 0000000000000018cd7caf6469ea907f77827cb1bae326e7bc2685c7b9680e97 0.16 MB 347 113
261,991 261,991 00000000000000103da14a7e7a88313266bc4fd5654060a9ee03fa8a7116a78d 0.03 MB 76 71
261,990 261,990 000000000000001bfddd6fbf4166010632ee3de5dd4cce292753265e249f048e 0.10 MB 214 101
Previous 10 blocks ↓
Total Size: 769.73 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,678.99 GB sent, 96.55 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.