Memory Pool Memory Pool Refreshing

9,752 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,797 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (805,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,709 102,709 0000000000033f709b365bb7314ffc4a5de685e042ffd0ffe177e3a71f79638b 0.00 MB 1 0
102,708 102,708 000000000001a5cea542415d7d493dbd1a83f4f137ed822fb792b524df7c5db7 0.00 MB 9 234
102,707 102,707 0000000000004957b641fc962884069f363b826b85f9284a49b40ae9395d94f7 0.00 MB 1 0
102,706 102,706 000000000001aa84f784c791b0efb40242c044281e78280f27da730dbbd2701b 0.00 MB 4 0
102,705 102,705 00000000000402b6cf223ddd5d37547c13dd2fdfc5ab11e53a46711120c99ecf 0.00 MB 1 0
102,704 102,704 0000000000000a8b593605e8c54aefa6e4ef124c6b7a95182b44c4a8ff472a8c 0.00 MB 4 0
102,703 102,703 00000000000310b8783c690ff9d67bde3789ebee10c0100169345252e348c21f 0.00 MB 3 0
102,702 102,702 000000000000f2ab6f1ad130a9082944b80ecc7654cc8c31998f759880798475 0.00 MB 2 0
102,701 102,701 000000000000f0972d37405fd285392729237bc03887f54adddc8a65760282a1 0.00 MB 1 0
102,700 102,700 000000000000b873826e93b80fc37f0ab20935eccba9fc3acc9c2b37fb1dfcfa 0.00 MB 1 0
102,699 102,699 000000000001398d936256fed2a3a5396c35d75bb9244fb4b4d135dcae4be5f1 0.00 MB 3 0
102,698 102,698 000000000000d29888d1db3d254804f0c0f06afb20c084f8786f84a6ba81add9 0.00 MB 3 0
102,697 102,697 000000000002c09261ae2289a4a100c8ebd84f5fb05bffed526289fd8f99f6a4 0.00 MB 6 353
102,696 102,696 000000000003fcabeb5c99d2b4d2db6ce1829b687c14c4efaef2752dfd26ff2a 0.00 MB 12 0
102,695 102,695 0000000000030826726ed2670ae15f657c484a694c91075dd279bee6e6a8094a 0.01 MB 25 0
102,694 102,694 0000000000018a0ef5eebedbb18d43d490085b32417c537beed6603e4a241427 0.00 MB 2 0
102,693 102,693 00000000000019945c1a188c3dfd5e3fb7323967d9904d38a70eaf6f281ec42e 0.00 MB 1 0
102,692 102,692 000000000002b67965e720078e81ae0acd9bad9918a62d189ff3eff1829d6a2b 0.00 MB 2 0
102,691 102,691 00000000000376df7089d782d12925017f0a3c94ee5b365b33409b651746181e 0.00 MB 1 0
102,690 102,690 0000000000003b9f4eb8a011f8e55ef9083a6ecdd9fd7bb56682f8111c11c31e 0.00 MB 2 0
102,689 102,689 000000000000ce6c7636b26e5a707ae273f95df903a603e10ded49da131921e8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.60 GB sent, 96.47 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.