Memory Pool Memory Pool Refreshing

8,192 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (618,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,691 289,691 0000000000000000a04e3cf15ede01bade0ce861f6c3c11fd7777d288dbb1774 0.33 MB 430 25
289,690 289,690 00000000000000006a1b92c29fdf149301d72c8ac16fe2bb75f527e0c2a5178a 0.05 MB 10 2
289,689 289,689 0000000000000000fb5017c482f33758bef6c1d815c94cb0101f605496e02512 0.09 MB 106 16
289,688 289,688 000000000000000085fe28bfdf3f7a70a1dc180e5063ba439b085b023f36cfee 0.33 MB 549 31
289,687 289,687 0000000000000000d3afd60781fb27d7b20ad217d4ab14fc41ea4e332c7d9bb2 0.14 MB 207 20
289,686 289,686 0000000000000000112b26fd65aac577bc78491c5e8abf9635aca619392200ed 0.02 MB 64 0
289,685 289,685 0000000000000000ec5231a9cfab0a4910c91f19b92bbc7e95d13d068a464e46 0.08 MB 111 15
289,684 289,684 0000000000000000be22fdda89ecd0826780868213252b5aa6a9443ad5bcd48f 0.12 MB 256 24
289,683 289,683 0000000000000000358fa848b19facc99fa1d6d56775eeee5025d8f34f77b31f 0.12 MB 256 22
289,682 289,682 00000000000000009197fd818efbc538a31f5fd35e4b2c5bfd6e2fbec851620d 0.19 MB 345 39
289,681 289,681 000000000000000081406bc94e90bb7a8a71369cf540f68141788f2321a981e5 0.19 MB 345 26
289,680 289,680 0000000000000000bd1004ae92b74c13b717118144e9da90cb5b4ef507238421 0.05 MB 140 12
289,679 289,679 0000000000000000d13f8c57b6a70abe919145dcd3c131e805d1f9220717a41f 0.28 MB 516 29
289,678 289,678 0000000000000000c531cdc756c324166b67d44cdeee4441a6711fafc79e93e5 0.10 MB 171 30
289,677 289,677 00000000000000010d7e706b05fe7d7c8909a25d09b1b65e45af87ab01d08e9c 0.31 MB 427 22
289,676 289,676 00000000000000007af98d46f353032f31143c91690f7bb11b0b236929ee0b2c 0.22 MB 289 26
289,675 289,675 000000000000000009fa4c0a9582c8cb34fdf088ab353e5e64f08d04131885b6 0.05 MB 36 4
289,674 289,674 00000000000000011f3d5759739f5fdc9050e60871a1d1437a8dc53c10afd7d1 0.11 MB 166 27
289,673 289,673 000000000000000061b628bda5c16f74e670c4f56fcf64d6b70f341526652bd3 0.03 MB 124 4
289,672 289,672 00000000000000011f05d62ce488978c54686eddafe3127d07b5256a449df542 0.22 MB 418 31
289,671 289,671 0000000000000000ccf808722108c0abd3fe484f32c88c1d2485bdb0118ffd40 0.20 MB 380 25
Previous 10 blocks ↓
Total Size: 769.03 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,625.41 GB sent, 93.03 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.