Memory Pool Memory Pool Refreshing

412 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
904,018 0000000000000000000268160000000000000000000000000000000000000000 0.11 vMB 402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,017 (2,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,332 901,332 00000000000000000001f209b2a1a73c90aef394f261e4511eb732798158dcfb 1.55 MB 2,120 2
901,331 901,331 0000000000000000000234f9c28f9842c436e15f34c9a173413e3727c37d0a1a 1.17 MB 1,951 2
901,330 901,330 000000000000000000008e7e2e94a9c2c6d28ea42f49ad856a69dc862981eba6 1.14 MB 1,972 2
901,329 901,329 00000000000000000001b1b9052c6a486d7052a0e3e70c176ee650685c3a38f4 0.61 MB 1,196 1
901,328 901,328 00000000000000000001f4b230456e1a60d2ac67d375f02053f9ec4a2639584d 0.54 MB 1,444 2
901,327 901,327 00000000000000000002041a0ee9abd2cf904543318a4d867def11d0911b22a1 0.83 MB 2,223 1
901,326 901,326 000000000000000000021b3c21de246542fa878afdd0331897b655d1785277ba 1.54 MB 3,259 2
901,325 901,325 0000000000000000000168c64966762c91b62353346039e2559b76d7291755a4 0.50 MB 1,168 1
901,324 901,324 000000000000000000014e025335f3d5424f529095e0206cde309f7636baf593 0.42 MB 1,172 1
901,323 901,323 0000000000000000000032cc3e6da2632ca31771108a4ded5680de7701750345 1.64 MB 3,085 2
901,322 901,322 000000000000000000007f3ee7769807e8e998b550f0350a4b95cb095769d7fb 1.54 MB 2,330 1
901,321 901,321 000000000000000000010ee26c297ab3dbfc8cfa71713f6ab30445e7b3accef2 1.57 MB 3,811 2
901,320 901,320 00000000000000000000d4642a299c6e05cc0d38c9680c0d20569cb19f38bc3f 1.64 MB 3,577 3
901,319 901,319 0000000000000000000141b9d66bde206d2eaa7ed3f4250d569a9758ebef039b 1.46 MB 3,491 3
901,318 901,318 000000000000000000019ffb2b3448e7b5addc45736670e32e9edfd67087a6a8 0.87 MB 1,565 2
901,317 901,317 00000000000000000001fe88585d5ea24bbf237193679dbcbcd9110618d6fbc4 1.39 MB 2,125 1
901,316 901,316 00000000000000000001c79cbf03308819faa8138743425aae6a490d168fa4fd 1.59 MB 3,408 3
901,315 901,315 00000000000000000001eaffeac73ac26ef56e8615e3387fe56498c3f2e2f636 0.61 MB 1,340 3
901,314 901,314 00000000000000000001962438eb5d4b3a5b9f814d4180dbdd5e58ddec35a0d9 0.92 MB 1,050 2
901,313 901,313 000000000000000000023401d1f0fdd552ffd65fc596e739f97e36de1e4523fa 1.04 MB 1,873 2
901,312 901,312 00000000000000000000e3eb2c88359adaf3ed509d488577583a37ed4371eaba 0.31 MB 419 2
Previous 10 blocks ↓
Total Size: 762.60 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: 965.85 GB sent, 58.56 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.