Memory Pool Memory Pool Refreshing

5,386 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (99,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,370 808,370 00000000000000000001fe95c387123286f14db11c9d75af74455458714c7425 1.45 MB 2,789 36
808,369 808,369 0000000000000000000044a48ca65a0d006bc775d31a196853993bc770621034 1.70 MB 3,642 32
808,368 808,368 000000000000000000008d02e67ca39c9a0cb19d2e7d523fa40aab18687d3dd7 1.80 MB 4,064 28
808,367 808,367 00000000000000000000551f6d6f682ef1e44d0fca25909692f136407003630c 1.59 MB 4,013 31
808,366 808,366 00000000000000000001e717c9c2e47de04d92398a92fe91e70e7be4c6d7340a 1.78 MB 4,058 29
808,365 808,365 00000000000000000002afb536cc8b06d35d19d6feee70f8a9c1c5f34ac05598 1.85 MB 4,276 31
808,364 808,364 00000000000000000002dfec416ddab7f20ebe31cd20ab31404218025e27d786 1.58 MB 3,706 35
808,363 808,363 00000000000000000000b9be6816e004067157b7f3136dac42cef5dade98a992 2.01 MB 4,961 27
808,362 808,362 0000000000000000000501810fd20c099c14706edaf012490b8f2b7711f8092a 1.85 MB 4,756 29
808,361 808,361 00000000000000000001c7e842ce0a0e4ce3f85ccfbfe0e36c888670ac3fab2e 2.05 MB 5,868 28
808,360 808,360 000000000000000000029b65d154a2ef4175a1ca807819f2281e4f499485e8e6 1.47 MB 2,625 36
808,359 808,359 00000000000000000001b79ca805970a2347affabcaad476d27704e9e21e71fe 1.48 MB 2,989 30
808,358 808,358 000000000000000000007c854d3a6dcea5ddc722d8721469faeb59968f364e7a 1.50 MB 2,745 42
808,357 808,357 00000000000000000000ca9bcdb150ced102216c5891455d85771a46108bcfb3 0.00 MB 1 0
808,356 808,356 000000000000000000031f5f2b0940b10ba303e830e33080adfc3a3b4fd8b470 1.83 MB 4,691 31
808,355 808,355 00000000000000000000d6276b8a41c33128f04e107af7679c1fd44ca0c4b930 1.68 MB 4,727 33
808,354 808,354 0000000000000000000186ec9ffaffa9ffd7757d4e05463890e1e7d85ceb2531 1.63 MB 3,521 32
808,353 808,353 00000000000000000000e5d66f4d1055547b9bfc9fe073b77dbbd2a4fef343d6 1.93 MB 4,994 28
808,352 808,352 000000000000000000038b0c29e20595f6cfa1cf456b17dfe89d356e3e065b93 1.65 MB 3,601 33
808,351 808,351 000000000000000000034bfa19a3aad641925d57e6f009b8b459f7ca52659661 1.72 MB 3,737 38
808,350 808,350 00000000000000000004f6866e97f41b3f5adaa5c5473b61f268a1534214e7f3 1.35 MB 2,379 34
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.