Memory Pool Memory Pool Refreshing

442 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (905,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,502 3,502 000000002e6b8a9c11c0816f65784ce63000622b9cdbf37af0e9ca4b64ddbf06 0.00 MB 1 0
3,501 3,501 000000007f08fd0d06d1f19d5332accaccaff19e80616346b45f9ad3158e8394 0.00 MB 1 0
3,500 3,500 0000000022d49c5a3b2587f48bf6583afccac824f5b7535949afcff3ae82a44b 0.00 MB 1 0
3,499 3,499 00000000fcef3095a50563a76370837f90b87d0bfc060a8bd4effd23b1de4225 0.00 MB 1 0
3,498 3,498 000000001cc3f1448fd84e923d3630abecad50b19e15f668f79cf70e02b514c4 0.00 MB 1 0
3,497 3,497 000000002d63fdafcee00b7e6e8038c0426c7464a122ae41fe0d58b1d4421e0e 0.00 MB 1 0
3,496 3,496 0000000096ec9536e325f69e7cb1b9fb692a257c7b9d9be027c7af3957399f28 0.00 MB 1 0
3,495 3,495 00000000f4e7ccacfc7aa959e978bc1982359110e4d5ae73bb204e114367ce60 0.00 MB 1 0
3,494 3,494 000000006e2f3439b7b471ca90e8ab179d4a95923fff03ea85600627e59f5ff6 0.00 MB 1 0
3,493 3,493 0000000087ae6350d3e5b5d1b76414a74b545199a8f7296c08434fa0c99ca8c1 0.00 MB 1 0
3,492 3,492 0000000073777a441e7058ff46b7b2c4be347e459a4e12754bc4c24d90f10908 0.00 MB 1 0
3,491 3,491 00000000af8bd4019e655d01f64873569d7379b9cd8318c8e91f5430759e0969 0.00 MB 1 0
3,490 3,490 000000000ec85529bd3bc9e198cbf6773b8a9601d301177328f8f405610f205c 0.00 MB 1 0
3,489 3,489 00000000a9269a77e03229a724b52c8763ad42f0ce696fc00a2a1ffc33948fb5 0.00 MB 1 0
3,488 3,488 000000008f5596252a055695ff9a13378df081358416b27662fcda571617119c 0.00 MB 1 0
3,487 3,487 00000000220444931422b8338356b117717da3d22e78a1445e6f8354593bf43d 0.00 MB 1 0
3,486 3,486 00000000c54a1f4d17ea1aad4763fbd66b380d20df06a7b1f19653dfae48f4fd 0.00 MB 1 0
3,485 3,485 000000006074335004c32589581612cdc478c789fb1d1259a89c7e69a08e44e4 0.00 MB 1 0
3,484 3,484 000000005cbfb96cd3e7e45b8ee8a0fc60eff22619b13af19e30ff5e74253e51 0.00 MB 1 0
3,483 3,483 00000000d870b190d2aefe3f246e42c4708ebfba91e4303c7b6b7f5d85651072 0.00 MB 1 0
3,482 3,482 00000000fd84431032ea2cd8f68c16103a881eb8e31d51fab2652b07008b49b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.