Memory Pool Memory Pool Refreshing

2,980 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (818,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
89,927 89,927 00000000000e49d44599204e682762b81f73dae56bafc87c1ea5ee7fbf818a87 0.00 MB 2 0
89,926 89,926 000000000014256dc1486469c76b98f5942ae67cfb49ab16a9b5f879609d30ae 0.00 MB 2 0
89,925 89,925 0000000000091ca2766be3706259f6c48259c33c741e391a606a7ad4e7d7f9b6 0.00 MB 1 0
89,924 89,924 00000000000a1059f03fab060383aa1968c9318315671bf3ef7ca9f9c45b2a0f 0.00 MB 1 0
89,923 89,923 00000000001356dcd3bbc917562b426658944d2f7ee9ad25977b19eac103bfed 0.00 MB 4 0
89,922 89,922 00000000000d98f282aada8b7abbe7de13c1e8df9f643a9252a4234e1fdbf7cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.