Memory Pool Memory Pool Refreshing

6,246 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (805,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,439 102,439 000000000002eb3393d965cdfb9827986efe49b8bf14e2728f1d8f2050a9db3a 0.00 MB 14 0
102,438 102,438 000000000002f022120c4bcd682560f0aedcf57a9de09fb58de5ff3dd7a7e16f 0.00 MB 14 0
102,437 102,437 000000000001a95a5261bce05a3a2e7998c0462b36f6206960d7501e5620ddb9 0.00 MB 14 0
102,436 102,436 000000000001e754b4b179100c9bf9321bd4cd3a45744315bbe72ffc32789958 0.00 MB 13 0
102,435 102,435 0000000000003040261d57614d80861425e3692904ea3bccacd9813ed433cf1f 0.00 MB 5 0
102,434 102,434 0000000000021f2700438f7cf3d9935cd2f7f7a81e279d07d684de361260cdf8 0.00 MB 1 0
102,433 102,433 0000000000009914b2f61572ae7229f1aa9e88945f2f5f5efa9f4bd707fd5f6e 0.00 MB 4 0
102,432 102,432 0000000000026ac99e60292ab15392c9c6b7f786d70f1d5894437852b197823c 0.00 MB 4 0
102,431 102,431 000000000003d49cc1763e1ccb6c14b4b7092daeae07c87a60869e4dd811b70e 0.00 MB 11 0
102,430 102,430 0000000000003476a07e96b2b2dd3ec782b93e41dfc4ad2c7779873d91423eb7 0.00 MB 18 0
102,429 102,429 000000000002f5ef77965b051707e321f033d0a5115b21f3145691e1efa84e10 0.01 MB 3 0
102,428 102,428 0000000000015751c3b51c839e10ad83240032da96fa6de28bc041b192a2ba73 0.00 MB 6 0
102,427 102,427 000000000002a026cbe68aa91da9e68c761ec02cb166279c5379b78e3882074e 0.00 MB 1 0
102,426 102,426 00000000000317cc36549fa82b1283bbd1d2f4e20f6a696888c28847e97c2a89 0.00 MB 3 0
102,425 102,425 00000000000049484922ea64b5cf930cec9e039a6e8c9b007dd6c750f9204d32 0.00 MB 2 0
102,424 102,424 000000000001dfd0e7caec1cb8f2a81a482aaa2b19c7851f85cdda18822d1916 0.00 MB 9 0
102,423 102,423 0000000000035135ff7ba19dd4086a071399c3b700a2df6169161c1b791f63bd 0.00 MB 1 0
102,422 102,422 0000000000028880752d2b4826460ca1dbeb7f1df7cf5443fe1b4e7d640e4194 0.00 MB 7 564
102,421 102,421 00000000000110c5dd82add10c4508b581c935125b6dd88723aba203848e8420 0.00 MB 1 0
102,420 102,420 000000000002e981680d6727e6c4ccf158281f5eba8817233913a07bb6ab54a2 0.00 MB 5 0
102,419 102,419 0000000000019164212861a5ac0c51186c813f9f47925adfe5b637bb68961c18 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.