Memory Pool Memory Pool Refreshing

1,838 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (816,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,432 92,432 000000000008e90a5fe6ee47aade41ebd69361a2cd21617c4412158e32eb12a9 0.00 MB 1 0
92,431 92,431 00000000000a5225a431d91e5f53d3b42ec02c68b1187efa7660095e98b9e628 0.00 MB 3 0
92,430 92,430 00000000000d3abe30f49c6a22d12a762a10eb0e3e335fa06870d300e691b5e4 0.00 MB 1 0
92,429 92,429 000000000007236895a724aa1c78f059112d5b8fc7856c45b65f4dd1aaead734 0.00 MB 1 0
92,428 92,428 000000000008eaf363e886074feac50064b32802cdcc9452cf4312e2a0ca5d77 0.00 MB 1 0
92,427 92,427 00000000000ce98196418adc62f526249de26d461ec1eeef6236ad62fe1e36b3 0.00 MB 1 0
92,426 92,426 000000000006d17e12fd49d61adfdb94eac5fba2d45c2c2f999248924bb5163f 0.00 MB 1 0
92,425 92,425 0000000000057f1ad0aa8499be1e5c108cc287ff192785d9f267188727575684 0.00 MB 1 0
92,424 92,424 0000000000059956e4c52d9c5ce26c10b67442ceb8b1d39ce658be59cbeaa618 0.00 MB 2 0
92,423 92,423 00000000000ccb77fa549915a523205d08a6f18ca7580252be78415509a1d706 0.00 MB 4 0
92,422 92,422 000000000008400fb6972b4f25da9634c929835b42c57c94645783580027246c 0.00 MB 1 0
92,421 92,421 00000000000d235eab7a2cb1bd4bd0598de769eed5ffda569f21a4a8da69ea27 0.00 MB 2 0
92,420 92,420 00000000000d54e7d0e5a59456c9cc5d5dc4aea83739d08be8528f3bbc22570e 0.00 MB 1 0
92,419 92,419 00000000000675c69ba8cbd9783fa7ae93ee170d87cbaed4c85208f90cab9e6a 0.00 MB 1 0
92,418 92,418 0000000000076bf71a97b0e342f2479ad1a94b443d95286e61300f0406cfd22c 0.00 MB 1 0
92,417 92,417 00000000000e4f610d2874457c2f957f0b0f14a972dfe90345b3b911b40a295e 0.00 MB 3 0
92,416 92,416 0000000000035d8b85922f00041a02250ecf9e87bb2cf4b40260f75d806b6187 0.00 MB 4 0
92,415 92,415 00000000000bf3f34e2014975111b2a9f460e368992dcdb1dd9749b81864926e 0.00 MB 3 0
92,414 92,414 000000000003a1b85ba8239b8ded0c735dd5bab29a4124cbcf2a3f75060dbda5 0.00 MB 9 0
92,413 92,413 00000000000c3c9b783a8bba073954af1ed8b626e6622757de7f8a0b2f64273b 0.00 MB 1 0
92,412 92,412 000000000005a42c65627c1e8cda49e271b82960538eb0048e67083973933e6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.