Memory Pool Memory Pool Refreshing

378 transactions
0.16 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (846,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,365 62,365 000000000a99031e3fca3ccb053278d098128ad111c87f4024e5a3c7ab8e48a7 0.00 MB 3 0
62,364 62,364 00000000018879d6423123418fa7363d8f95e95832563907b05a784576e96a93 0.00 MB 2 0
62,363 62,363 00000000069d5d70aad5bf72b8d856c821ea41ee1969d803a31fcff91e633350 0.00 MB 1 0
62,362 62,362 0000000000ad71c6e5ed9ca713619a8baa6e6a0682057fe351803f7ec22376ca 0.00 MB 2 0
62,361 62,361 00000000077535f4fde9e55ec2b472d2ee770f86d7a201e82c73c09013b0c80c 0.00 MB 1 0
62,360 62,360 000000000262ed1b9f79c5dfa84ff55b35c0768b17ca7d63794b8db8c8d450a9 0.00 MB 1 0
62,359 62,359 0000000006d174374e92c6401d8aeb9a00e3176ef0862287407c1ab2cc3632e7 0.00 MB 1 0
62,358 62,358 000000000c4b1b7caae882789e161b41dd3e80d386a1129b7c9118701c972aae 0.00 MB 2 0
62,357 62,357 000000000b37e603a2a7651d3e5d4f6dab30e29e2151b00a8fe0ef1602e798ae 0.00 MB 1 0
62,356 62,356 000000000b756d9ab2fa7779fcc8277228536fd19bc4c66e167205f82c6e8039 0.00 MB 1 0
62,355 62,355 000000000d4404ccdf57d1171718982354658cfec682736d1bd08cb1bc23a3ee 0.00 MB 1 0
62,354 62,354 000000000268fc6c7fe0fe732c18b94bc7e06975ba42350b0b8f81a0bccf8bc2 0.00 MB 1 0
62,353 62,353 000000000ceeac3828a14b5de4436b991ad0e86488e090675baf002f920cd82d 0.00 MB 1 0
62,352 62,352 0000000004f14c2b6e99c66c5487f7d078fd283453ab0dd38a84ba2813e7c051 0.00 MB 2 0
62,351 62,351 000000000c8aff1c6b79ebbba17b5fee19f9555e4e44ce893da9618e9f95eab1 0.00 MB 1 0
62,350 62,350 0000000003421a3a69c7eff7b3293595b1716f495406d60e42271d409b442799 0.00 MB 2 0
62,349 62,349 0000000002082f959721e22ca8d70a27719aabf188c17d22a220210513d37b69 0.00 MB 1 0
62,348 62,348 000000000ded4f950de7da0b7a58bca7ce53a1b60b19b62b4689a614b912b783 0.00 MB 4 0
62,347 62,347 000000000b29e8cfe773965d8fa2c64d1a4b0faa6bcd6aa898aacd2985ab1af4 0.00 MB 1 0
62,346 62,346 000000000b0a59a418978e426ca71f313e462f599df2939fcfea8334e7911800 0.00 MB 2 0
62,345 62,345 00000000047f8d124c021a006066129317466cee37fa150ca2428508ce4aebf1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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.78 GB sent, 101.10 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.