Memory Pool Memory Pool Refreshing

5,341 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,499 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (73,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,590 834,590 000000000000000000011372295bc5bfcac35ea41c8d350572177bdeed21c24c 1.84 MB 1,425 14
834,589 834,589 00000000000000000000d0c650d27302cc94e23dc9a324699e897a49515f876a 1.60 MB 2,671 20
834,588 834,588 0000000000000000000311431a888f415f83a53b919a1ca21169cd6b0de75b7a 1.50 MB 2,495 20
834,587 834,587 000000000000000000024299ae4011217a6d375c6a288444e2ae9ba6163f06ab 1.83 MB 1,437 11
834,586 834,586 000000000000000000006786c354cd9ab06df8069c0627541eaa13c3ad4c9a75 1.89 MB 2,197 20
834,585 834,585 00000000000000000001e3c05c7a258993d52ee92c93833f08d86000c35888fb 2.13 MB 969 17
834,584 834,584 00000000000000000002620ea24c51e958d5a9bc0be83a1dec6d73ac1b25b9a2 1.98 MB 1,482 15
834,583 834,583 000000000000000000009c6d3fe80fa545d90e5039d06dc5effb0719e35681ac 1.81 MB 1,983 54
834,582 834,582 0000000000000000000280566df3d75ddfd9d5b96eb4b7f0731a240cdcb7f856 1.84 MB 2,204 16
834,581 834,581 000000000000000000006117fd60b303d669d8d5001bfcc64de8decad6bc24b8 1.76 MB 1,888 16
834,580 834,580 00000000000000000002e60115cdf2dab2ce0f6ba7118c73670b910091764557 1.59 MB 1,766 16
834,579 834,579 0000000000000000000339ba6ca8bf0f8d9a242a2a7ee69c2d86fd6f51398532 1.87 MB 2,093 17
834,578 834,578 0000000000000000000028709c9e20ff32060ed5721bda87f59cbddb0c070b46 1.61 MB 2,940 30
834,577 834,577 00000000000000000002b3eb358ccf34216f19688ccbb3ec5a009fb272df0bd8 2.02 MB 1,362 14
834,576 834,576 000000000000000000000eafde3783fae2cd9d737d843463d9dc25da70d3ac74 1.52 MB 2,657 30
834,575 834,575 00000000000000000002a22c188583b74d11f0eff25bd81e819620a0476d63ce 1.71 MB 2,248 17
834,574 834,574 000000000000000000008e649b9152e09fe64dd6b572ae0f97e769793584d84e 1.73 MB 2,687 19
834,573 834,573 0000000000000000000051c22a153f6a89f45e74197b3f6a70ae470699e0b095 1.18 MB 443 12
834,572 834,572 0000000000000000000323e107267dc6d59fb3fd334e54b6242a7a18f795b89c 1.67 MB 2,846 19
834,571 834,571 000000000000000000034b23605ace859d91873eb59376ff64b8dcaf01c83f3a 1.55 MB 1,908 15
834,570 834,570 00000000000000000001e5f49a98a678f60ee71dcfdbdc301a4c615d425876ff 1.77 MB 2,669 19
Previous 10 blocks ↓
Total Size: 769.21 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,634.34 GB sent, 93.98 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.