Memory Pool Memory Pool Refreshing

2,390 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (96,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,554 811,554 0000000000000000000378d520a17c294b014670d40f0b40346c73e6882febdf 1.54 MB 3,537 27
811,553 811,553 000000000000000000014a8401aad4a23f5a0e90ce8886535417d49c860a5b7f 1.70 MB 2,318 11
811,552 811,552 00000000000000000003bdb395d9d0c84e69af606088b0c828511f8a1cea05c0 1.91 MB 708 2
811,551 811,551 0000000000000000000397a2acebd864717c554ec9598a63b82bf0b881ad0482 2.33 MB 1,892 4
811,550 811,550 0000000000000000000414404fe4950e290ab7e8f11e02393f72a22802d6d969 1.79 MB 2,888 8
811,549 811,549 00000000000000000000957b1b0a03e0c25d5821a3f11a57f8bf928a7c45e702 1.62 MB 2,754 19
811,548 811,548 00000000000000000002d9954d7f0975864e6996527a9736b7ca6199c1e88f6f 1.54 MB 3,549 23
811,547 811,547 00000000000000000000eab68417332bf6065807196e30335e9aadf213637aa1 1.55 MB 3,509 23
811,546 811,546 000000000000000000031ef2310786909cbafde4bb2daf2f0bd5b64a85fe8cbd 2.28 MB 1,491 5
811,545 811,545 000000000000000000011e890f733a02755f2a382be15f6b2eb9ec5a9614d32e 1.56 MB 2,641 22
811,544 811,544 00000000000000000000dee190cc357669727913a80b8bfd6f9e1d3807976a41 1.65 MB 1,940 11
811,543 811,543 00000000000000000003cab9cd81272bf3299cdfaf1258aa6f83ff4c470cd78c 1.73 MB 2,447 15
811,542 811,542 00000000000000000002d198d7b945e8874001739cd9f2e2e5d74567d3d8eddd 1.50 MB 2,233 15
811,541 811,541 00000000000000000002b559e9b4511e94a18c4439f88e06e0fe797db3315f03 1.27 MB 466 5
811,540 811,540 0000000000000000000267251c743487e421adec4f9e68f5ca070292e582d82c 1.17 MB 1,132 9
811,539 811,539 00000000000000000002feb1ca7118132bdeea5f194c50c92be70746a48e9f32 1.25 MB 1,519 11
811,538 811,538 000000000000000000006ba9596c48c2b990e46200194a9863226ebbbf6858ef 1.12 MB 623 6
811,537 811,537 000000000000000000031c167f40b8130f81ceaa25b5120112c49df9bad02ea2 1.35 MB 2,205 17
811,536 811,536 00000000000000000003553bea841d916c0351ffaf87122a5247a745056ace5b 1.33 MB 1,574 11
811,535 811,535 00000000000000000004ab6abced85727bbb59232c7cb4f29285515f4f5d38cc 1.99 MB 2,863 12
811,534 811,534 00000000000000000003ed76f7d0218303eded84a4b88bd251346f3b5f637984 1.57 MB 3,428 30
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.