Memory Pool Memory Pool Refreshing

1,019 transactions (0.39 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,760 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,014 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,759 (829,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,411 79,411 00000000004eada8bf42e7426ea37b9cbf73620d4b9866565fa155f0543e24e8 0.00 MB 1 0
79,410 79,410 000000000027c6d1689a4ec9cd475c1d4f2e9ff8ccef0de8e82b0299265f6ae7 0.00 MB 1 0
79,409 79,409 00000000004bd3121bc2ad7b04ea2080e0d0f4aa16b53f69db786d539f4427f9 0.00 MB 1 0
79,408 79,408 00000000003219cddb41be7d895dd930bbb3e177b258ff17f827df4ad1676f0c 0.00 MB 1 0
79,407 79,407 000000000014afdd41e2ac33eac21f81038acadccbeeeb05d201ef65e3fed8bc 0.00 MB 1 0
79,406 79,406 00000000003424bd797137dd47ef067ff77a5375074f64996164f3d2e79f5fed 0.00 MB 5 0
79,405 79,405 0000000000375b41fae2d9676b505cdecf5ab848ef4c6d84b451d15eeca77950 0.00 MB 13 0
79,404 79,404 0000000000410c3b3f166d11d89d926cb387d0e24c451f2f3fedd03f8ae89149 0.00 MB 2 0
79,403 79,403 000000000022d630e5912299053e84b601bcefecebf6b491805c290280571326 0.00 MB 3 0
79,402 79,402 0000000000328bdeb64d242498b70ff9dbcd341b61505436fcc9e9b1caf77d0f 0.00 MB 5 0
79,401 79,401 0000000000539783559ffe9cf1d7fdc316e52ba267cc9e4ca20cb4ed83d27af5 0.00 MB 13 0
79,400 79,400 000000000021d821ec06be7173f413690bc5c4bc648dfa70b3b6763236f055b7 0.00 MB 3 0
79,399 79,399 0000000000368ed3732ebbb9870012c994ca6a298565a0a8a5f0d182490974b3 0.00 MB 1 0
79,398 79,398 000000000013823981ca54680497bad2933597df6de43fc25a71fe94a6160e03 0.00 MB 1 0
79,397 79,397 00000000005434afdc6f6a5f80cb76d34456be61ce5c478ac699f47011780c36 0.00 MB 1 0
79,396 79,396 00000000004ae39841025b657a1b9dd65c98f7f5c5f2f1b1ca837435976300fb 0.00 MB 1 0
79,395 79,395 000000000052c1ab60eb3f06c67c87e7e64c5a6378a184fcaa601fa13059eb38 0.00 MB 1 0
79,394 79,394 00000000000fd445c7f726597a3916af4db3d1b9c22e890c86e24bad8415dde5 0.00 MB 3 0
79,393 79,393 000000000034338b640757a0498a7d8a4484cb2d203374cff77285f71f4c8f16 0.00 MB 3 0
79,392 79,392 00000000003ebb27f67d86bf7883c9a625b6d7f54c70a49bc776c4ee30fe47a7 0.01 MB 3 0
79,391 79,391 00000000000b694cd06ebc96b98c594a1cb58219c1a07ce28c2f9258225d2efe 0.01 MB 6 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.32 GB sent, 102.55 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.