Memory Pool Memory Pool Refreshing

8,158 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (818,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,948 89,948 0000000000043e2350730ebe5e9b3c5007f30873f773d0d95a3e6dd00f03b099 0.00 MB 3 0
89,947 89,947 000000000001b4d9aa79c6a1b0b51ce30fb2a4c82a94fcb39f12a9d3c1b7e39c 0.00 MB 1 0
89,946 89,946 000000000001f91d817ae86b9d7f20006ad345ca24aab34b6c1360e1b1bfbb70 0.00 MB 1 0
89,945 89,945 0000000000138c8a23701f64840bd506c38815472cc12fc793af51aa76607325 0.00 MB 4 0
89,944 89,944 0000000000003c010a0a602927cebb3bc906300de6fa2e88573ea342387da620 0.00 MB 1 0
89,943 89,943 0000000000017bbbba3ee113890afe96651aa0e4377a5b3f42ed4b76de04c11c 0.00 MB 2 0
89,942 89,942 00000000000b2d483b6b790798d66e6c0dc6194ffdbfaf92b119da847103483d 0.00 MB 1 0
89,941 89,941 000000000005b913780e0478287746f6acb2979b0e8c0f46e1d294ef4e6b9ec2 0.00 MB 4 0
89,940 89,940 00000000000ee5a177c8e4d2368b062855543da6836a3a81206df6536e07114f 0.00 MB 3 0
89,939 89,939 0000000000065b3169e06d3b0f5e1eb2b538c52779bab6a67842446e77419c4e 0.00 MB 4 0
89,938 89,938 00000000000ad16911023fd24eb8d939a64411fdd20eb0b243099c5c30c5898b 0.00 MB 5 0
89,937 89,937 0000000000090a40e4eabfc6f3863030d5e5480311dced90ba20d15031e089b7 0.00 MB 1 0
89,936 89,936 000000000005ad2054fed653f87357a73e6bd9f20a7ebff56b542fbe33235add 0.00 MB 2 0
89,935 89,935 000000000009b1096de89734c882082bfac1c8a44605452a66fbaf516d24d7f2 0.00 MB 5 0
89,934 89,934 00000000000ca477b10bc642f4d9e1b3139c9f57a0b4f0f55072d1ea0b343f00 0.00 MB 2 0
89,933 89,933 000000000004247edf810a53e6270a2aee828ece6a59fb7f02299e556c011f64 0.00 MB 1 0
89,932 89,932 0000000000128e54518df732d33a4db23d89d759391f2cbeaf809494732e3c4b 0.00 MB 1 0
89,931 89,931 00000000000c0d622d440a6605eb39d29f90ee024f1f3eb55101b11de288b3af 0.00 MB 1 0
89,930 89,930 000000000003de120a785614d226c8c4fc8a33020c8b243ba4af00299d0f4c96 0.00 MB 2 0
89,929 89,929 0000000000015dc3f062fb2427ab5db1c9b79747eb9ad8d0c553d921fc250151 0.00 MB 1 0
89,928 89,928 00000000000369928037d108bc9a487740b8748d019a206105a2deef75042be2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.86 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.