Memory Pool Memory Pool Refreshing

2,628 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (830,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,373 78,373 0000000000584a94d5853e457decc0268cd81448237e5c75e65da4b9933d39e2 0.00 MB 1 0
78,372 78,372 00000000000e71e429a514029b611620cd36d1d82656586c02bf5ea57c5d6dff 0.00 MB 3 0
78,371 78,371 0000000000000c5f9521598981f352e39c05a6c09989cf343955cb938f610047 0.00 MB 7 0
78,370 78,370 00000000002e9e07dad98838f8f476868e3ec2dfa8dda14ee27e9eeaeb6bba89 0.00 MB 3 0
78,369 78,369 00000000004982a780d321411bbc1147cea85d3595fcc47a873b9830e375bfc4 0.00 MB 2 0
78,368 78,368 00000000005fd6fc066949f6c33e74e0edad2d535874bd821a915d530c989b72 0.00 MB 2 0
78,367 78,367 00000000004cf9b6e3f79dbe1087e257972e7a05227695acb9c9e9ba83d39f88 0.00 MB 1 0
78,366 78,366 00000000002266a831769b1b6c805013cd020e8889c72c0b3c7566a17085062a 0.00 MB 1 0
78,365 78,365 000000000056252360ad98f68fc7c9710568ed4bd7db846b4aa59bfe2ff96d8d 0.00 MB 2 0
78,364 78,364 0000000000040faa3da0958db765321dd647da4b48d2ac83387c9bc63d53653f 0.00 MB 2 0
78,363 78,363 00000000004c8e3c97859614430fcf21f6a3c70f5efe7e26ddcbebb7dae2ca6c 0.00 MB 2 0
78,362 78,362 00000000001d927ed76b6995ced5bd5ae6bfcca46587386699eaa0a3bb72db54 0.00 MB 1 0
78,361 78,361 00000000004fd0363a9ae92026cfa102a71bc713736cb565f388f60714c4c292 0.00 MB 2 0
78,360 78,360 000000000018b911b6312e89756a29d54ecde104227df007206174fd2779bd3d 0.00 MB 3 0
78,359 78,359 000000000068bf763f3c3d8748bc825815746619298fe7b678dafb5b44de16c0 0.00 MB 1 0
78,358 78,358 000000000023e1deb3c8de4812f1b65eb1fd9e478f0bd0769465830a96a7dde3 0.00 MB 3 0
78,357 78,357 0000000000108961fc7cbdf7aeb161b29ddef4ee6ebf6e7b1d271c91f65967bd 0.00 MB 1 0
78,356 78,356 00000000000135c7ee70ab3915eca5ac0c7bb57bd67fd407183a1c7924dec584 0.00 MB 2 0
78,355 78,355 0000000000078038a6a01986c4eabf972d2e64c3a5c493906b0c5a4a4b57b342 0.00 MB 2 0
78,354 78,354 000000000062306a50d6e225f30ab099a095bdc735d55ff4294f96b52f2bdb5a 0.00 MB 1 0
78,353 78,353 00000000003a9ac40057d6d4871c9135e8bb251b8114f5a85524afd8eb1e604f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,826.97 GB sent, 100.12 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.