Memory Pool Memory Pool Refreshing

3,974 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (42,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,182 865,182 00000000000000000000c6d46cc7c7678458d44879eb8aee97175d55331f7f42 1.49 MB 5,641 44
865,181 865,181 0000000000000000000036daa3aca993cc02a5918454aec36a9b4730a35e519f 1.18 MB 1,974 41
865,180 865,180 00000000000000000000bdcb47e47b557268abc5a6efb0b2b598aef63d837ac6 1.54 MB 4,842 34
865,179 865,179 00000000000000000002152ecce81e95eb826856e4f4f6629126095fe6bf76fa 1.58 MB 5,013 18
865,178 865,178 0000000000000000000041d9f4e6ddfda956d17e8fdfb7f0dbc5e0a9c34cf87b 1.50 MB 5,276 26
865,177 865,177 00000000000000000000f5ae1b96571f3904f20e93075b6ba5678ef35745361a 1.90 MB 3,792 14
865,176 865,176 0000000000000000000150b2b93f986fbd767deb8c76963e27b4402f19d0ca8e 2.13 MB 1,996 15
865,175 865,175 000000000000000000007b039af92192049df8e96b128e5534d6be54f1245033 1.55 MB 4,198 26
865,174 865,174 000000000000000000000b18812f1a345af3ff3cc5a9a6176f38f55bba8f9fc8 1.63 MB 5,608 12
865,173 865,173 0000000000000000000133072563d70cbddf0e36bd948ad7361ccabf350787e8 1.83 MB 3,037 18
865,172 865,172 000000000000000000017c79594477e77547172cd829243cbefad57137d3700e 1.88 MB 2,995 16
865,171 865,171 00000000000000000002776e32376dce1c097c138cffd11aa1442e9f10f72eac 2.09 MB 2,212 7
865,170 865,170 00000000000000000001485b6a4d9db45ef04eedd6b1cdb6e5c23b93e9025841 1.63 MB 5,058 11
865,169 865,169 0000000000000000000156a65c05efc1c30a45978953c3fdbef5bef2bc9be9bd 1.48 MB 3,481 8
865,168 865,168 00000000000000000000cc65a3c568b295569252ea445fd8a323d67f50a76733 1.63 MB 4,251 11
865,167 865,167 0000000000000000000303532f6f2063b6d660321c3c953e4b258f3efa47d3fe 1.58 MB 3,985 13
865,166 865,166 0000000000000000000045df435a6a363945ef551b137336aecae815c7850545 1.72 MB 3,927 21
865,165 865,165 0000000000000000000284cfc85eb1f2ed6ef3e35d85df9b7154d480e67700ad 1.56 MB 4,378 13
865,164 865,164 0000000000000000000044242fcabaf36012029f149c50610dbd3d910c798ddd 1.79 MB 3,517 16
865,163 865,163 000000000000000000027f63df3f323d52febe0bc806d8cde402395917d4f7d9 1.95 MB 2,579 19
865,162 865,162 0000000000000000000252301c13787a96ac54e758b8b2e3eb08c42c4550208b 1.67 MB 4,351 16
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.