Memory Pool Memory Pool Refreshing

3,333 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (612,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,337 295,337 00000000000000006d7250d54c38fbfe5346863387ad9ca8d8bfc97408f83806 0.05 MB 84 18
295,336 295,336 0000000000000000200b3a0433df342145e07eb154441edfe0597415ae2fe6fc 0.10 MB 199 30
295,335 295,335 0000000000000000915f5c43ca70ebfc805710d6c85e9971b1ca435471ca0a28 0.03 MB 75 62
295,334 295,334 000000000000000033bd6f6ca942000490675d22fb0c1b2659112763a3a1e02b 0.05 MB 123 42
295,333 295,333 00000000000000008a5790247746b818581487ab7a19c29418e766498285754d 0.22 MB 412 39
295,332 295,332 0000000000000000455d1de23b123da6188a1ff66b81bf1a0888b43614562e0b 0.10 MB 256 47
295,331 295,331 00000000000000004098fa3bfc668f900dc28fa189fa1173a4af46f556b56a87 0.65 MB 1,278 31
295,330 295,330 000000000000000063468795cc207a14ac174f4728dd388d38019c79af349953 0.03 MB 64 77
295,329 295,329 00000000000000000efd32f7d85ea030d121c040ef7163d80f62f84b6fa360a3 0.31 MB 591 31
295,328 295,328 00000000000000001daad324aed1aab96b927c0315b9a3ed4e708646b2df5b14 0.03 MB 64 56
295,327 295,327 00000000000000006081668a1e969b4fed558f7773d164283aa66c12d6c3dcb9 0.30 MB 311 24
295,326 295,326 000000000000000016d45deb50e5693334e6fd3ea1d5298d5d1f9350b7746c3c 0.35 MB 827 45
295,325 295,325 0000000000000000335d906747371ee7c348f2d7833005f64379d7b6a249832f 0.19 MB 332 27
295,324 295,324 000000000000000090534e6037d9fd5a2f9d4f6b48c1b45077e70a1c1428a40a 0.06 MB 135 35
295,323 295,323 000000000000000071fb7a2dbcdebde6f8ac88a596755f0bd25c36d383f68652 0.10 MB 214 34
295,322 295,322 00000000000000000ffb60e80b5bd44b2557235bff4f4073d6913f6c61931c8c 0.50 MB 813 33
295,321 295,321 0000000000000000434b3c910667c56f0b77a58c63b4e20e842d797770780423 0.11 MB 98 17
295,320 295,320 000000000000000048795359b379d1ca297d111d962377c98ce52e3b13a6b2f6 0.09 MB 256 42
295,319 295,319 00000000000000006366ccb42bfc82faa5a5f63d49d492991636a9de870e01df 0.48 MB 784 33
295,318 295,318 0000000000000000842c3f423be024b359ae27f7d49853c2b961fa4162c4d5af 0.13 MB 256 28
295,317 295,317 000000000000000021138b1d7436bc1a40f7bd84da7f82748fe194699dee2066 0.25 MB 690 54
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.