Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,508 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,507 (830,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,384 78,384 00000000002a7ac68e2f55d79497d4b6d2fc2496f04a9c1af278db41c0648726 0.00 MB 1 0
78,383 78,383 0000000000607f4fd5606ca0554656646c93337fd6aa975f0f630c2caddca5d4 0.00 MB 1 0
78,382 78,382 000000000014d3e7131226bc9afd7e4d857958923209ff5389daf2da080b5d9f 0.00 MB 1 0
78,381 78,381 000000000037cc416bdad4ab62f14227edada1f45ef196a591a217f9acf27de4 0.00 MB 1 0
78,380 78,380 000000000007766a4c1b9bfecedd7e61bfc7dedae036791d5aedc207f158fc93 0.00 MB 2 0
78,379 78,379 00000000006804e97240d4aabc8378545be0501ffcbb1a7f4ca322d1dedda20a 0.00 MB 1 0
78,378 78,378 00000000002d9a79605791bef89a886cb66500dd1836715fe7a960c6eacc25c1 0.00 MB 2 0
78,377 78,377 00000000002a6f5488456462116b4cbcac715087a37394374ede2a2904a674f0 0.00 MB 1 0
78,376 78,376 0000000000130d688e321b923b241a4d73b425f9982cfe3a5848d22f70484dac 0.00 MB 4 0
78,375 78,375 00000000002406ad33fab1cb6e48074bc9bacaa7ec133191662443b649e24be4 0.00 MB 1 0
78,374 78,374 00000000000812594bd4d18a608848418db4e45671d53b5940fa689c23bcbc68 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,831.99 GB sent, 100.21 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.