Memory Pool Memory Pool Refreshing

1,260 transactions
22.86 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,016 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (812,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,226 96,226 0000000000053c9c26cc1bc5109854be3a6ca821bbc5e126cd8155de01795c64 0.00 MB 1 0
96,225 96,225 000000000004f88b647ff866eac1b847dc0e48b6cb9198a6301692861455cb8a 0.00 MB 2 0
96,224 96,224 000000000007c2314e40df463201d1818fd3b9fafd1f95656e9e723a964309f6 0.00 MB 2 0
96,223 96,223 000000000002206bdab40ed6b946b6b42f1ebf7f9553c4bfcc6dc5fe9d8f5213 0.00 MB 1 0
96,222 96,222 0000000000027f1ea32e596b2d10baf169874ed93ca12b69ecabd938222d712e 0.00 MB 2 0
96,221 96,221 000000000002fa731f46faac0af0559bd8c9973ad23b9c5fe76ebcbb2f7c75e9 0.00 MB 4 0
96,220 96,220 00000000000199f958b214265d3138db7b50ce472ee36b9b8e9192c23b45d755 0.00 MB 1 0
96,219 96,219 00000000000075564b1a3dfa17a53bf568458f3f8111683324ee90be8bde7832 0.00 MB 1 0
96,218 96,218 000000000003e7c8886727159a146d9d31b2704916a170e38c57b4416f4e386f 0.00 MB 5 0
96,217 96,217 00000000000327d86c25e824468bad09db7d0ccf524748dd69acc3bf89428022 0.00 MB 6 0
96,216 96,216 000000000006319b707d804e18a1f9d40f5772e867d649470ddfe506b8b5d608 0.00 MB 3 0
96,215 96,215 0000000000045fa71ffcfc3c5b29e70beff35a91b5e2cecf46a2a8c8e2df9d95 0.00 MB 2 0
96,214 96,214 000000000001cf7f19abc42de3de5377df62713f2c0da65bd22ff1fe0d163847 0.00 MB 2 0
96,213 96,213 000000000002c0610ee244d49a664e5a127f14618304d51eb048183863c4029e 0.00 MB 5 0
96,212 96,212 000000000003519d4c9a580d1c900baa08bfd1ecbaff6bfb20064f2e3cc42e22 0.00 MB 2 0
96,211 96,211 00000000000541a54992ca286679465f02d39b03f26a96fd3a5350e14de013b1 0.00 MB 2 0
96,210 96,210 0000000000038b412bad0e583683727d7b4e3b38cb98efafe99a026bfba6d2cf 0.00 MB 2 0
96,209 96,209 0000000000066bb407a688afb9716f37820f9adaae6840b44b15c083950b3dfa 0.00 MB 3 0
96,208 96,208 0000000000007c889ffd53865c041cc31ec8fb52ae316e04a415f34860e5a52e 0.00 MB 4 0
96,207 96,207 000000000006f8f891402d00c47b6f12e750c30565da1e5da9b65a412666f90b 0.00 MB 3 0
96,206 96,206 000000000005afd9ddf83a79db227d58ecdca2eeced4b0e4a8bcc933f767b813 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.25 GB sent, 98.60 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.