Memory Pool Memory Pool Refreshing

5,602 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (701,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,609 206,609 000000000000028678f8347adcc35e05a86e2017801ed73cc1a91434a22a292f 0.10 MB 245 162
206,608 206,608 00000000000001aef67d25b02468259a29ec5283b1808de44581778ad17dd1dd 0.08 MB 157 159
206,607 206,607 00000000000001eb536d8305ebbb60a008027684935fd8d98d2bc0fa757295da 0.01 MB 26 183
206,606 206,606 00000000000003d82b996b32e8e04159646f95fe3cc823fc030c17a744804186 0.00 MB 1 0
206,605 206,605 00000000000003aea4d6590025596b3b29ba1e11bf109679cb702570bb5116d2 0.08 MB 180 143
206,604 206,604 0000000000000052ff0915fef8c1144e4a16fe380cf416c991e96a230871512c 0.07 MB 152 425
206,603 206,603 000000000000005abd72fbcb070aa64657f2c8ef2131a1180a514d2d2a6f4275 0.16 MB 438 212
206,602 206,602 00000000000001eae061e617ae656a01af53129515153277f5896e6a8efd3f09 0.08 MB 221 187
206,601 206,601 0000000000000316efb68a55ee90c8fec40eff4d19516d7ae66e827ff5de356b 0.10 MB 127 86
206,600 206,600 00000000000000dae61e24e97f76c29b859e81a001d113b8a1db39b4c9b40a07 0.13 MB 264 141
206,599 206,599 0000000000000120d700c855471691ae871ff95fe6a15ff8cf2cd9fb9a8a1881 0.25 MB 727 209
206,598 206,598 0000000000000415368162391067cf44d612a097cbdefc7474606344e0715500 0.06 MB 137 115
206,597 206,597 00000000000000a3c90df4e92c07c933103b214659d23223a339a657b07df84e 0.25 MB 520 210
206,596 206,596 000000000000050b19b04e6fd12df06c6608abe1c50e9b30bffc9f90b73d43b3 0.04 MB 99 187
206,595 206,595 00000000000003afd2360d31b9dbf4a96ceb0d45c03a43e10f9d57bd4eb081bf 0.02 MB 49 113
206,594 206,594 00000000000003185a5b89c15c5abd96a8c9a030b45900d956abc250a74bc484 0.05 MB 122 279
206,593 206,593 000000000000017eeb9f83b6037b12c26c41abf776c3602b619b0b583ec74b7e 0.06 MB 166 220
206,592 206,592 0000000000000266e5c3bb87c712f5c32b28c0e0e23de9f2e934e02fb0bc3782 0.01 MB 34 163
206,591 206,591 00000000000003e7cf844308f8f92af3571c9f1291e4f148e5a0fe2bfe6f448b 0.09 MB 154 281
206,590 206,590 000000000000009631938cab7d71677c85ae8395872fee9e436e2d1a5ee52394 0.02 MB 41 6
206,589 206,589 00000000000004f8b4a0f96142a57dd9e816c8f9271f842a1bac228586e581db 0.17 MB 445 192
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.