Memory Pool Memory Pool Refreshing

3,723 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
896,559 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 1,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,558 (603,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,943 292,943 00000000000000005ac9f1e3ac9f672307c2273426c3ca1788e7637f47c6d131 0.20 MB 357 31
292,942 292,942 00000000000000005ca6049e552e76ea082c8f0f6b6d94377b5c2857ae66d750 0.00 MB 1 0
292,941 292,941 0000000000000000a41299d0230519d425dbd368d2b5937485aa20741e13a020 0.08 MB 128 17
292,940 292,940 00000000000000008a5011557a52fe796124c71dd71ebe87a0473e8f2cefe6c2 0.60 MB 694 24
292,939 292,939 0000000000000000841da7edd7d5e88189b0bd0652bdd1c81dbf317bc57860e7 0.75 MB 74 10
292,938 292,938 0000000000000000141fa4d081b9518b4d57d4b58d5820123c4958c58389857f 0.50 MB 948 63
292,937 292,937 00000000000000006095a5ee4a8850e69410fa617a43d4798da46bcc5fd88c43 0.23 MB 181 16
292,936 292,936 0000000000000000b467fdbc4383ea4bb33ace9b975f963f5b1e7070a35476ca 0.22 MB 512 40
292,935 292,935 00000000000000000cb37c237d36c8f439f606acdb898459a5c428490950f2f5 0.17 MB 178 19
292,934 292,934 00000000000000000cd54b09e6553cbb16815c3bc94a1b529ba440812ed1ec67 0.10 MB 128 20
292,933 292,933 00000000000000001fcbfe1ae3ba9f953dd051939d2996d57d2a2e06e7d91e6c 0.25 MB 536 36
292,932 292,932 0000000000000000c3ff0bf96d0c7e2940c9e254b50a4877277e6b5a066670bc 0.17 MB 177 19
292,931 292,931 0000000000000000243dfb53a865182457f2e5bb73800421927022a84509dcdc 0.92 MB 2,154 38
292,930 292,930 000000000000000049a15e7c159680849bddda8d0f7b257dddbf32de43c40888 0.43 MB 633 24
292,929 292,929 000000000000000053b6f06d5221c4335ac22fc6d09eade6e0ffc9d8b583687d 0.03 MB 64 58
292,928 292,928 00000000000000003df9aa779663eb3b885528dd3c0eb0f6d2e8955d966dc657 0.35 MB 924 45
292,927 292,927 00000000000000001c6bc2bcac18ad1c596cd0264e53a8ce3b42c12215427c25 0.06 MB 76 10
292,926 292,926 0000000000000000c805fc709b4acb27209206c6878ab93f2c9b8b1163672050 0.36 MB 486 26
292,925 292,925 00000000000000008b3cf98d424c0554c7b536c706ca2d09871d8e0a1643be36 0.35 MB 524 28
292,924 292,924 0000000000000000a6a39595c0a5f4fc4d1d903e6f25d45d12cc5587b95a5923 0.50 MB 928 28
292,923 292,923 00000000000000006ae4fa10a9eab5966bdd4c13518265b085b11f3b75ac5600 0.35 MB 967 51
Previous 10 blocks ↓
Total Size: 749.82 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: 60.05 GB sent, 1.26 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.