Memory Pool Memory Pool Refreshing

4,099 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
905,692 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,771 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,691 (632,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,679 273,679 0000000000000000b389d7d5fde5447b1d9b86fe5267ad65fa448c65ccd0eb1a 0.05 MB 95 24
273,678 273,678 00000000000000013403356d336cf0f4a1b0d12801460636b21e47cd6285cfd3 0.07 MB 142 70
273,677 273,677 00000000000000005eb4bfd265742146e941ce0b73b9cc79d6e47d49f9bf2f76 0.20 MB 384 46
273,676 273,676 00000000000000039ce6baa053908e3ed24d70bccf5972000667daa8dc307ee6 0.14 MB 312 52
273,675 273,675 000000000000000030934429665e0ae5348ea22a95cadeccf310a515a1f6ec8e 0.04 MB 80 65
273,674 273,674 00000000000000056e46aa419b46e3eb2664ba7a20a826c84bccf19e319f0b2c 0.43 MB 962 58
273,673 273,673 0000000000000001c88b438f9978a505400b1516a4630e0fef2274cf2680fdcd 0.23 MB 281 30
273,672 273,672 00000000000000035b69d35052a0ddc4d405c9e5449b852ed9639d2c992234e6 0.35 MB 616 57
273,671 273,671 00000000000000032ef82b12de6dcfc6471079196142815a88c71b24c9850070 0.18 MB 130 17
273,670 273,670 0000000000000004e7075449f4d14f07b4a1af35a211276188d5e1888619afa8 0.25 MB 610 58
273,669 273,669 000000000000000546c32d6184a09862db3526a4043527e1750591a2b03b77a6 0.01 MB 16 40
273,668 273,668 00000000000000044d5ca87e4eb8ca74c8813a3893d0ba52e42ff87da281b1a9 0.01 MB 25 40
273,667 273,667 000000000000000606ef1d8bdf31847464ead1905b2d1e9eb257678b663b2981 0.20 MB 411 62
273,666 273,666 00000000000000005c4aea0ad15842d6dc8c3de9c1ea936e0b8347cdeec451c6 0.06 MB 164 38
273,665 273,665 00000000000000009e99c6ca94d26463a755878a465314ee09419893922443e7 0.04 MB 102 50
273,664 273,664 0000000000000003f294ebdb58f371fe06487cd2c03e438d649506a0abe4aa7b 0.18 MB 363 23
273,663 273,663 0000000000000004efa5f2b4fb185a04d144bc880edd9291807b593b539ead90 0.21 MB 328 63
273,662 273,662 000000000000000343e1d02e095b023b24a7d04339b1b1481f840a0850473829 0.14 MB 325 41
273,661 273,661 00000000000000013fe44b9aa1e047edeb4d0bc21bb7381288c137ffff8aaa17 0.03 MB 60 51
273,660 273,660 00000000000000013b7c8f044592a903a20cb0b386d3190a4e8162dc0135f068 0.17 MB 411 59
273,659 273,659 000000000000000034ca5daeb4545ed2cf4eb68bdb5555e5db9c2c188e95b699 0.22 MB 553 67
Previous 10 blocks ↓
Total Size: 765.39 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,353.13 GB sent, 74.13 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.