Memory Pool Memory Pool Refreshing

1,329 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,676 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,306 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (831,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,940 76,940 000000000021ee1fcc424dbdd9f91e0ae4576288f7bf49e5cce319a203ce0f8b 0.00 MB 2 0
76,939 76,939 00000000003aa0cdfedfbf372ea8b9721c90649e7e1256db31c43b6e17d22ab2 0.00 MB 3 0
76,938 76,938 00000000003222e407f55237d5326ae43400dbf53689803ea258f2b2f686561d 0.00 MB 1 0
76,937 76,937 00000000003af25c36f5c392d4c6036550cc8a665d549ca67894058858f70657 0.00 MB 1 0
76,936 76,936 00000000000c69325a1a0512878be398fdc13e03fd5f920aa9b3ef0d1dd2328c 0.00 MB 1 0
76,935 76,935 000000000018a809311919d05d7f50925e89ac1601cd2abbdc43559e12bec69a 0.00 MB 2 0
76,934 76,934 00000000000c1efbee94299a77f474544b7d30d1a4df6012916ff1335e23c06b 0.00 MB 1 0
76,933 76,933 00000000003eb6a23ccd4b3e4fc4a2163f54e04fcd84c89dc18d354f4e45837c 0.00 MB 1 0
76,932 76,932 000000000012285fbb084a9106f552a6b97209a820806247672b1b3f0750f53f 0.00 MB 3 0
76,931 76,931 0000000000464440413e2b32fbd2cba99cdff97cfb4843f5085587e63f0a4cc3 0.00 MB 1 0
76,930 76,930 000000000028982133866246369e0bed9ff946644448458a60615372fabbfe75 0.00 MB 3 0
76,929 76,929 00000000003f2aed3daf0d7a966fa40ea3ee31cd5be5d3154265b03625abdef6 0.01 MB 9 0
76,928 76,928 000000000038ccdcaad2051f08f2e80ce05df1f30347d4079d14966833f49a80 0.00 MB 3 0
76,927 76,927 00000000001800377c528558c3fb50f74ca2966d154c8b5884767617b6ad4cbe 0.00 MB 1 0
76,926 76,926 00000000001f4243ecde7b92ec303ce4612e0752610d1324b6646ae47738911f 0.00 MB 1 0
76,925 76,925 0000000000410190ae4fcaca95599bbbbd9ca11392176c2d3f44f38af9053d72 0.00 MB 3 0
76,924 76,924 00000000000148c7e12c8d1bc7f2d53602cfd2829c7a679f34f6e967a308a5e8 0.00 MB 2 0
76,923 76,923 00000000001ea6c8e88aeb01912bc1796ca79e327c8878b05483e57dc0f568aa 0.00 MB 1 0
76,922 76,922 00000000002a04db420dfe8e51da68935da502d012908cde4a33e6260d98e6a1 0.00 MB 3 0
76,921 76,921 000000000046e0db9dda8e00339c496da4bc75f1ade92121a7fdca37f6737f22 0.00 MB 1 0
76,920 76,920 00000000005426e8e644530e72b073583b007feb91c74f1af38635137e1bcef8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.57 GB sent, 101.71 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.