Memory Pool Memory Pool Refreshing

7,065 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (611,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,728 295,728 00000000000000004c4cfc2ebc416ee7e3cb37db310f0ce5bc940424785c8386 0.15 MB 167 21
295,727 295,727 0000000000000000834fba3c93d373b365539eafe095b956928cc1ba6d530a4e 0.06 MB 128 42
295,726 295,726 00000000000000000abd96271b3710f9b1e246949c7309325bafc95d7b16e247 0.01 MB 17 85
295,725 295,725 00000000000000003e931843902942a2cdb2702ba89b54046eb648983a75385f 0.11 MB 87 17
295,724 295,724 00000000000000000fe6657def90f3d9e5a03b65f1471d1362f339a8ac3a6e07 0.07 MB 256 62
295,723 295,723 00000000000000002c41a57bee99ae781667f2a78afd6a666dd0e84221ae1e90 0.08 MB 93 30
295,722 295,722 0000000000000000a82cd44b9de56b06723b51a964e061f5a5a94edc50944988 0.05 MB 75 29
295,721 295,721 00000000000000000f207605836616741da360f2cc0e963afc5570b1adcb487e 0.21 MB 258 32
295,720 295,720 000000000000000057794af3541d40de65e63bedc26d5b712d083b9d9fa85747 0.07 MB 65 24
295,719 295,719 000000000000000014b26445139af985f1c2f5af1644f46db1bee6b588849ad2 0.10 MB 136 32
295,718 295,718 00000000000000008de62e0b25b9ba6e9e4b68e42952d7b2850e7a86f2a22454 0.08 MB 77 24
295,717 295,717 000000000000000093808dd3dfb581b8d98a36e961b68a1cb0ba2e7464bb07e5 0.15 MB 275 53
295,716 295,716 00000000000000004b017676aa7eeff1b8c47653d32309f7f00081097ccb9336 0.35 MB 485 31
295,715 295,715 0000000000000000ae2da891ed2772a210fcc16fd1f5ed3e507960e071b6a035 0.03 MB 64 35
295,714 295,714 000000000000000050d6308ccf88a270069ec079f994253c17f13c5968b882f0 0.33 MB 514 38
295,713 295,713 000000000000000047e24e37d5b1b89851839f86c619c6ccf75303a68645433f 0.06 MB 128 36
295,712 295,712 00000000000000004f58293a30b9563a344bd704f3145acc78a1e747e726649a 0.02 MB 64 36
295,711 295,711 00000000000000002de12432fa97f7754ec8953996167ae6ba04ec837624b8de 0.09 MB 174 34
295,710 295,710 000000000000000027891a47e1ee9ef5c26f8e9668abce02e193cde03e1856ed 0.46 MB 242 15
295,709 295,709 00000000000000006e260d499ff699f9110536b1dfef0c6716bf25209e182951 0.20 MB 323 26
295,708 295,708 000000000000000005e0bcecd753b54769440effbb77816412d582347e839970 0.25 MB 623 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.