Memory Pool Memory Pool Refreshing

959 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (848,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,942 59,942 00000000030b8044fcdabe1ce801fd488886558e9efdda504b1b00021fec5328 0.00 MB 1 0
59,941 59,941 000000000d721bae09ce64e647119dcbf1062f701bd1aa7ce6f5d3780ea8f06b 0.00 MB 1 0
59,940 59,940 0000000004eef7c65dfe4e653c91ed97ab793b0cd0c0465e200ddee5f5bb1f64 0.00 MB 1 0
59,939 59,939 0000000002e96fdd877c8d9e3347c5abe0249a98153095c55b71e2d9d948b784 0.00 MB 1 0
59,938 59,938 0000000003ab99e8baa2e3041beeae38881ffc01168f7defd32bf0f55cb1e8c4 0.00 MB 1 0
59,937 59,937 0000000000e2e6c6550095578953359d41fe888947eaf3d029e6fa1eccfaa916 0.00 MB 1 0
59,936 59,936 000000000983c11f68be5c0d820b75d36364ca6ba9dd33c216a3ef8d9f49d025 0.00 MB 1 0
59,935 59,935 0000000002c09b319488d01e6c67fe8406e7e2d9b62fc2e60a26603eebddb755 0.00 MB 1 0
59,934 59,934 00000000030a7530c70181e81d395373862efe8c970b3dff710bb8bd2885977e 0.00 MB 1 0
59,933 59,933 000000000d68cfea8884d9ec80efa4589b274858bc9d6924377049caff09690d 0.00 MB 2 0
59,932 59,932 000000000d7bd1050d0eba943772611f1d611374849a14a81f32d5021c51d357 0.00 MB 3 0
59,931 59,931 000000000b028bc4bb52099bdbdf01de6526aa0d334fd0f0f16150a89b44adf2 0.00 MB 1 0
59,930 59,930 00000000001a4c71458376b916cb3e23c6629ca383e2322bbd5b24793d3be2a8 0.00 MB 1 0
59,929 59,929 0000000003316a5cd8c18cb9c2ade3f862b4409e155857eda3dbbb5a96d4c744 0.00 MB 3 0
59,928 59,928 000000000814e5b29960e8f460da0d714d1b2c4a843aa9affb5cadec02a9f966 0.00 MB 2 0
59,927 59,927 000000000e802c897ed252f53c8b3066a2b48ab47ab1d99d1f37ca8bc4e6f6c1 0.00 MB 1 0
59,926 59,926 0000000006f0cf33e2aa5e51606d0cde88562f445c842ca1470fcb0350813b37 0.00 MB 2 0
59,925 59,925 000000000c759e4ae79cfd90ab3c451078bf832b09130de2d338f8be16d13a96 0.00 MB 2 0
59,924 59,924 000000000dca06a30795287e31b26e56ce3a30c8304dd86996dbca2ad29079a5 0.00 MB 3 0
59,923 59,923 0000000006785b7aa98e081eb7eeea54cd7ed7906ba49763630877e2a006c447 0.00 MB 4 0
59,922 59,922 000000000f41d38d2797d69c051df76e406c4c64e9b7a338a7b6792cfcafc100 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.58 GB sent, 98.37 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.