Memory Pool Memory Pool Refreshing

8,763 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,101 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (839,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,364 69,364 0000000000b4fe62b782c6e7c2c753e6edb0a6d596daed9a145ac8fd3ef3fefc 0.00 MB 1 0
69,363 69,363 0000000000139aafb8026a5045f01af962036f00e1e8a69c68e10fa64cf8ab71 0.00 MB 2 0
69,362 69,362 0000000000c02b6c75d342091d94f836aa20417aec99e3fb7d1365c0bfa7c0eb 0.00 MB 1 0
69,361 69,361 00000000013e3a972c217dc27156c67dbcf852473291f47c79560bbd777486eb 0.00 MB 2 0
69,360 69,360 0000000000d1fbf7116fd2d220f29c12c63bd4ffe0375730af9f603729b7bc7e 0.00 MB 2 0
69,359 69,359 00000000006b0ef47ad73e6228583012d3b2e6c05bdaf4dff96b85b07a4e719a 0.00 MB 2 0
69,358 69,358 0000000000843046541727f23c06e510c96e0a7d6e03a94c297ef5615aecb16c 0.00 MB 1 0
69,357 69,357 0000000001477e3c18beb014b15c20e23a8c6dfbc4a47c3506bdd9e7500c683d 0.00 MB 4 0
69,356 69,356 0000000000cddb32c21054edb114f50eb9c3ad4dcb01031d75421c8ae2c72b62 0.00 MB 1 0
69,355 69,355 00000000015a6069488089da6d5e49388b6382da6afbbbdb7ba6cfdebb9a3090 0.00 MB 1 0
69,354 69,354 0000000000340d17e73d6213d16583dcd72adf298fec39601b7325835f2dce85 0.00 MB 3 0
69,353 69,353 000000000091aec7eb116fca0ab88027b91ebeecc8fac1ff7bdda24f7b59494b 0.00 MB 1 0
69,352 69,352 0000000000aa984ccc9bb225a125d041df529eb43b8261fa0d127aa9051ef8b1 0.00 MB 1 0
69,351 69,351 00000000010dc40d76c31dfcade4384665883bb078d8f152930566c1cf514f22 0.00 MB 2 0
69,350 69,350 0000000000c82cdaf6c953d86b7292ff762be8d74dde2de2f34bd5c365961476 0.00 MB 1 0
69,349 69,349 00000000000de33ae2c4d34b800e9b3c9c72fe27de1d524a7a14aca92addb636 0.00 MB 1 0
69,348 69,348 00000000006d64103970de4a7987ff8221bff7e2167a04f62a711748e8aee27e 0.00 MB 1 0
69,347 69,347 00000000013a17634206bca1228b79a6380335d42679c051b80dcaa514a81697 0.00 MB 1 0
69,346 69,346 00000000011132997b2f0a91fd5e4cf0565c5a7054c63d0d3cb9ae9836361b01 0.00 MB 2 0
69,345 69,345 000000000168c87af09174d458909993892e8f43efd846d6f3d7c5e7bce7c021 0.00 MB 3 0
69,344 69,344 00000000001d2c117cb092a2d3ac8b449e1396c7950efdc2b072c26cf94cf64f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.