Memory Pool Memory Pool Refreshing

1,413 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,391 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (180,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,264 727,264 00000000000000000002d97bf9e32f05a86c2f128f7a5c3b07edd7870271828b 1.39 MB 2,102 7
727,263 727,263 000000000000000000048f8cd38f27c347d3d76eb124b704aebcc0842f84eb54 0.71 MB 1,277 7
727,262 727,262 000000000000000000042b6bf4bf7c70f6d859b371d34ec943c3ce3750ac1211 0.75 MB 500 3
727,261 727,261 00000000000000000001d25bc75589e63698d6a21d09d2e72307a834b6343b22 0.52 MB 936 7
727,260 727,260 00000000000000000006db70f27227ac01300419135be23220d16b9d5e96d556 0.36 MB 718 8
727,259 727,259 00000000000000000002e9b77c7a26b07035eeaca9d9cbad0e713484acb3e405 0.20 MB 369 8
727,258 727,258 00000000000000000006ce877723bbb8e3270a5282fed2cf62f242d6ef9069a2 0.55 MB 828 9
727,257 727,257 00000000000000000007a40488810d4f1cdd6df758f32e7d0accac7502f1b98b 0.07 MB 144 9
727,256 727,256 00000000000000000005b5cb6109c37e75678e73f9f038808a1260e6a30a8c6d 0.09 MB 151 5
727,255 727,255 00000000000000000008b02b24f6fcd404635c9eab9fdabb4d238e4783db9842 0.26 MB 199 3
727,254 727,254 0000000000000000000976fa0acb6b1a609536746d2d649cc39ccf98146e18ea 0.60 MB 976 8
727,253 727,253 0000000000000000000463d20ea0477ec1de4c042211c6e06d2790a30f5ee58c 0.65 MB 833 7
727,252 727,252 00000000000000000003be42813897b0347446273df243fabeca7c87ea11f420 0.79 MB 959 4
727,251 727,251 00000000000000000006abbddab09861902d73a8b072d03368ae25f7598f3672 1.39 MB 2,172 8
727,250 727,250 00000000000000000003d6cd24a3ead2c8cf9d4d8f765801d977035c45281595 0.77 MB 995 8
727,249 727,249 0000000000000000000159d156075572f8cecd9377de543d88c87f449c77f8d4 0.05 MB 103 4
727,248 727,248 00000000000000000006b7abf4485bd84ea8ebad8c0ffaaec4c0813dbe69cd84 1.35 MB 1,864 6
727,247 727,247 00000000000000000001a66fd3e07988e4b0e672d7d772513a5ec6ffee0abd26 1.45 MB 2,851 9
727,246 727,246 00000000000000000002aa1626cb6c20a7feb49be502d8c617aad616c38884d3 0.10 MB 248 10
727,245 727,245 000000000000000000003de5b32d412be2397f3757a630bb563e05d4ce89aebc 1.12 MB 1,332 6
727,244 727,244 0000000000000000000599e72c8882f96048b9d3db393c2fc0aff38f221e88ce 0.50 MB 881 7
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.