Memory Pool Memory Pool Refreshing

197 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,524 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (895,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,436 13,436 000000005912505748d52c03cd99323af3b3b108b5048f75bb8f322fbe8121df 0.00 MB 1 0
13,435 13,435 00000000daf15ce1fc6ef5f04a0773eecffb88707d97148168eddbbae34c4ba7 0.00 MB 1 0
13,434 13,434 000000005b3d03ccd5ab1f583325fd66ee35c3c754cafd2635cdb2856d2dd254 0.00 MB 1 0
13,433 13,433 000000008b7fb220bf84bb8d617c7563d78fb7a959b37a7916f32b40cb6f8558 0.00 MB 1 0
13,432 13,432 00000000faeb1876d8de6b995e5261a9468bfc88e5ccfb951474f04def6c685b 0.00 MB 1 0
13,431 13,431 000000005c27854bedf31db801830405b7e960cc11f9170f785ccc1ede616a18 0.00 MB 1 0
13,430 13,430 00000000021bdfffaeeabe057045f78df41e7bcdd8d7ed7f787aa0e8c98e8bec 0.00 MB 1 0
13,429 13,429 0000000038b19c3fbe591be2747ffc7757ac8f804ac5b0eacc5d6cc49b81aeb7 0.00 MB 1 0
13,428 13,428 0000000049ef98cfc9077d2126fb6dd43f2568bbbb7082f9d436beb8b1201cb0 0.00 MB 1 0
13,427 13,427 00000000abf9bc11f092243f2a6648052081d814b7dc4c81bbe3ce7ff2a5c8ab 0.00 MB 1 0
13,426 13,426 000000001230d543dd1a5eaf436b0b841ec1f767d69932f500ba835045629365 0.00 MB 1 0
13,425 13,425 00000000b85f55bd7258a7520ae4600cce2d9add56e39d9b14f4de105eb72a04 0.00 MB 1 0
13,424 13,424 000000007bcbb61c2e3411c456654a20d0dba57cc789b8bc83d3a04045dc897e 0.00 MB 1 0
13,423 13,423 00000000eba5677d99d6f27f5e1c40d08885795ce6de39e802ef80532160d134 0.00 MB 1 0
13,422 13,422 00000000c98a405266cb43f260ab398fe08f8a7639223bf4bc5de6a4023fcb57 0.00 MB 1 0
13,421 13,421 000000004830b7b56f80af967f09a692f13b5419a9b9f143559d3b83e73c24c3 0.00 MB 1 0
13,420 13,420 000000009c5bfcfdfce1c7b14adc800c2e14ed7c7158adcbdfedfb7310057f23 0.00 MB 1 0
13,419 13,419 00000000cc4cfd161fb681b964da57a34fca47b556b8bb324560b04d8f80d0c6 0.00 MB 1 0
13,418 13,418 00000000d62f3f5f102562b90c999c1142d5530033cfb10fe9f5f75b8ff65c60 0.00 MB 1 0
13,417 13,417 00000000160a947205ca775bb24fd90d5b7f553da8566413c73314957809e2cc 0.00 MB 1 0
13,416 13,416 00000000aed5d7f99010a17b1232e3ced6de211386c02532338e3e08b59cc1de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.32 GB sent, 100.32 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.