Memory Pool Memory Pool Refreshing

3,481 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (804,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,817 103,817 0000000000004b14d954d9ab611a46dbdaad1a71ab77d0a853e1aac294d285a4 0.00 MB 7 0
103,816 103,816 000000000001ccca8257c2b2ba33d1c18e308f607a4c8941d9b143231a86fc30 0.00 MB 4 0
103,815 103,815 000000000000e436aeaa1709ae23cd0ed6f47ae05b65db927da56d4bf2f727c0 0.00 MB 1 0
103,814 103,814 000000000001aec26e3e018b24664bf80b167928f9d2c6a09257ec4c9c0c6ba6 0.00 MB 7 0
103,813 103,813 0000000000021d5c0cc0244d6c2d5a12dd5399744c73ca37bf40dc452de791a0 0.00 MB 9 0
103,812 103,812 0000000000015790c4600a8503c5d76b70aedb15e8f7b0bdd36beda49fc4416c 0.01 MB 24 0
103,811 103,811 0000000000020abc88e50e454bc29252f537a7acdffd08349ce0acf5dcee7128 0.00 MB 1 0
103,810 103,810 000000000001d0751f520a65f4a986f492723f0708212791fd271e67ab362998 0.00 MB 1 0
103,809 103,809 00000000000199bc7015e0794d74fa7d3e3df9d74c2e478950fac5ffd8de1874 0.00 MB 2 0
103,808 103,808 00000000000086e6702996b937122902921d0a95d864a39557dd918ce3ffdfb5 0.00 MB 1 0
103,807 103,807 0000000000021df814b1b3aece289a11ced6f363052bc66cdbe79a9b1d7f01b1 0.00 MB 3 0
103,806 103,806 0000000000008e473dfefbf92e8463fe800174d9ae625ed6c357cbc21b3180ad 0.00 MB 2 0
103,805 103,805 00000000000178fe029071a32acd5059a6f9649dc314cd1094d5fe788e9de0a4 0.00 MB 1 0
103,804 103,804 00000000000215961751ec128911eef171a74f46e972cb42246344ba6ad8ac9d 0.00 MB 2 0
103,803 103,803 0000000000013b4075d7411a9230532cbd19061d42361e24335e86e71b2a21fd 0.00 MB 4 0
103,802 103,802 000000000001f8dc771f9b173dc6161c6552a9a4c3115e673433cc4b4c0a2e02 0.00 MB 2 0
103,801 103,801 0000000000017bf13e668c766e2cce3594ee5602834769429eb5fd27aff994fc 0.01 MB 22 0
103,800 103,800 000000000002c0fb904c4b769816dcc8ecba468f1b48852621ddc299fb07ae18 0.00 MB 2 0
103,799 103,799 0000000000033205e7d2b82f069824844a1d539d385adaec41d65441a6ac31f4 0.00 MB 2 0
103,798 103,798 00000000000131fd4810ed78bd66abb5a29fd89d27118f2bdb9ec51187386181 0.00 MB 2 0
103,797 103,797 00000000000103aa1d71ad34e4a8f4f4cde92190b62c92a015df298508755a3c 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.