Memory Pool Memory Pool Refreshing

2,233 transactions
19.26 vMB
Show Random Selection Loading Transactions
Max Size: 78/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (904,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,869 3,869 00000000444d2a7b22babe14afa6a1e7c060ae694615819470cffa78a27b5351 0.00 MB 1 0
3,868 3,868 00000000b5b7eaec257e1ae28bb931db5b14c1578def1bb3cbd74c5ebf8ad1f1 0.00 MB 1 0
3,867 3,867 0000000032e4e379c1dbe01389e630d9da05038dba034ad93c26699be4ae33dc 0.00 MB 1 0
3,866 3,866 000000002f2ff0dd5bd7e2f053b2fcf731e3a48e45798249a1d9eed49a94d4fb 0.00 MB 1 0
3,865 3,865 00000000741c22b79245a5ba3902fb58fe3c1293af36dc9ae877243d6750b915 0.00 MB 1 0
3,864 3,864 0000000078295188b8718537ebe89b9f809f456cce850af786c3dd6aea2a660b 0.00 MB 1 0
3,863 3,863 00000000b8a13ceb8167f98480fbecd56bea6a67e7c7854f2887fcad6ddcf9c6 0.00 MB 1 0
3,862 3,862 00000000ff1d8b19f3b4efc30cd67c1ecd15557d9c2bebd43e7b18b381dfa892 0.00 MB 1 0
3,861 3,861 0000000042bc727c3fba067230770db49b456587f4078650fbd1c06d6c21af14 0.00 MB 1 0
3,860 3,860 00000000761ef80954797890f50d0f0860e7a6a8f02d16c319edb681db996cf8 0.00 MB 1 0
3,859 3,859 00000000ee08d11551aa8b9566175bbad75362aed5ea1a6e866751afbfe6ef37 0.00 MB 1 0
3,858 3,858 00000000e6e9d05164c9fc62ff8ab2e3273aa8b7258ae3f97cf2d93bc940094c 0.00 MB 1 0
3,857 3,857 000000002acb7a5ef424a6a916e458c1dc55f1da37892bd55ce0605feba3a216 0.00 MB 1 0
3,856 3,856 00000000de6bcd4f223c8bdbab8a2d9af296290be0e24c94caa98a8e3150401a 0.00 MB 1 0
3,855 3,855 000000004409df337b3391e1d509e2faef5aecd25e0efde88313483695352dc7 0.00 MB 1 0
3,854 3,854 00000000c596271bbdabc92a15f0332e85d76f827f9df0994f14d62777d4dcce 0.00 MB 1 0
3,853 3,853 00000000e7f7813204ee4115f32d01dbf2ed0458b8f7050bdcdcf8f2b2271d68 0.00 MB 1 0
3,852 3,852 000000009fa7ad1b0cca243262ab3aa68124971b3d7f9bd08c1fa0d1632f960a 0.00 MB 1 0
3,851 3,851 000000007b51a44a5123007be222a2e78389274ef40d05ab3e0ac590c7f5bc07 0.00 MB 1 0
3,850 3,850 0000000021968ae308f6669c09b9bc9642af7deaf648ddb6e30378299721856d 0.00 MB 1 0
3,849 3,849 00000000a0bda86e80d04270a830fa75994399abfb77ffd2111d3a411baa9a87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,701.25 GB sent, 98.66 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.