Memory Pool Memory Pool Refreshing

6,245 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (892,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,292 16,292 00000000590d2a9cb029fba2c0adb14ed5f5eaafe93721091bcf514018440375 0.00 MB 1 0
16,291 16,291 0000000023fa29481044d2dffeeb4611884e21c6a9177ddc25997ffc8e1ec40b 0.00 MB 1 0
16,290 16,290 000000001e6b4ea244b26a08c667be6aa70bc1ed2ff01da92597b6a7f1e6fa16 0.00 MB 1 0
16,289 16,289 0000000098c159279a06e75d46fd1ac68c68d7a4ccacd84b97547304455b2862 0.00 MB 1 0
16,288 16,288 0000000020f037f8f45f0894a2b4fb1caf9cc5218991896ada737c68a1b8478e 0.00 MB 1 0
16,287 16,287 00000000e6d41e8ce5c6a2559131ffe298fd3041bd381b59aaf31f0489929a26 0.00 MB 1 0
16,286 16,286 00000000c87ed8d34a1797bb24e5090ebe69d6c0c8e3661f6908b3b7970f5931 0.00 MB 1 0
16,285 16,285 00000000a32c685aaa574574bf40cccf8e44bb0dee3bc564c3d022b70513b710 0.00 MB 1 0
16,284 16,284 0000000043ad67c971b97ae165478ce5d306b8469555b962623e697028dd805e 0.00 MB 1 0
16,283 16,283 0000000072da762154f42aa86acd8e54507ea9bc6e3d53114088af453055680e 0.00 MB 1 0
16,282 16,282 00000000d50904ac1cbebec7ced789c5c469df90cc60315b9e8ed6f050a12c1b 0.00 MB 1 0
16,281 16,281 000000008eb78d746bf1547a3d5a9f4b975c95bc55bc1f655b637e5b643cb3bb 0.00 MB 1 0
16,280 16,280 000000008955dcd345d0dd46d4ad7041d6cdf743456c4a2b6d964215cf2540ce 0.00 MB 1 0
16,279 16,279 00000000ca4413fcd733b6259ac1526885536e24edabcc2fcc1cc38b7957d935 0.00 MB 1 0
16,278 16,278 00000000d72cd040d6fc91506e9fc4234854681d048d03ff5870f18b23da94b2 0.00 MB 1 0
16,277 16,277 000000009316e8d6c5d7ad4255dd539a67b130f2eeddbf9bf89eb7f660115e41 0.00 MB 1 0
16,276 16,276 000000006c64d62a60cd33dc8b3a60be76f9fbe36f19e3b2e6cae4520f6c4315 0.00 MB 1 0
16,275 16,275 00000000bdeb6f38b4721f09f4bc2bf8171329ecb1437f715ae4377b538da8cf 0.00 MB 1 0
16,274 16,274 00000000a658b4a4f47146b5196ab3764d339cb0e55fbe5569d3e3640c69fdec 0.00 MB 1 0
16,273 16,273 00000000d13cfc1d3e556a2c46c240559a8a9462eae27f3b8f5b0b411fd41c3a 0.00 MB 1 0
16,272 16,272 0000000042c743e5b7a4dafb512f7c37b0b1192f19a12e53c3fe2c345ac7a9d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 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.