Memory Pool Memory Pool Refreshing

168 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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,183 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 112 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,182 (854,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,476 53,476 00000000094c048e29a6306865f4504da1c62f30cd3ed2313d3dba57852bd504 0.00 MB 1 0
53,475 53,475 000000000b7db5eafc251de3923730dcc17a9784f659a22de23ffb90b5653287 0.00 MB 1 0
53,474 53,474 000000000c8ae920605a5cee4ac0b940b79be823dd79a948552b0053cfd1deb9 0.00 MB 1 0
53,473 53,473 000000000a6e87243d2398d5d8b0613c914ab90d787c1e0680ff8fd971bda1fb 0.00 MB 1 0
53,472 53,472 00000000087eac7f5de435f9f16a476a4df08f128a384a083258f64be1e65776 0.00 MB 2 0
53,471 53,471 0000000013b6bcecfe702a7ac28bcf2c233098d7f4ec9afabdf642c469d0deac 0.00 MB 1 0
53,470 53,470 0000000003944f83c707d9be9ddfdad117d6c4004e501bfdbca1b882903e4681 0.00 MB 1 0
53,469 53,469 00000000014e7f0df451e16cd7159797be2a440f14155f67371539940aa4bae6 0.00 MB 1 0
53,468 53,468 0000000006183cc2be553f939e323e08b57530800c190f3f22700275be166d29 0.00 MB 1 0
53,467 53,467 0000000013ede45d7b76aae4b8f5c6614626e31cf2fa6a86ab458fff20d80b3f 0.00 MB 1 0
53,466 53,466 0000000007c70f9edb9c343f181839c89c7e0ea813afa97f1465e4a6135104d6 0.00 MB 1 0
53,465 53,465 0000000014d25a48676d0c9daf71c43b8c5a9b796714d25c9f95235fbbf22244 0.00 MB 1 0
53,464 53,464 00000000136648b4be357a3b200858539e0355b2f57dc5d493fe42970f03cd31 0.00 MB 1 0
53,463 53,463 000000000ffdea356cae8383385cc395592cdc6552b9255e1dc7e7e216ff82d3 0.00 MB 1 0
53,462 53,462 000000000f6b509c977ed31601c75178bfa6f98816d1e8bd7b7e22e9be7e4045 0.00 MB 1 0
53,461 53,461 0000000002dc2e3ac0e331576677ac23f7ca10bcfe2ea7146d78107536a4791b 0.00 MB 1 0
53,460 53,460 0000000011d0e1c2aebc3f2a92e402d7c227ac063e3060190bf4250938fe6d71 0.00 MB 1 0
53,459 53,459 00000000151d9c49e39e2055fdb18f58df6443e49b2bfd9f294b8fdd97efee90 0.00 MB 1 0
53,458 53,458 0000000002e69b6354276ec137b8117169f4b9454439e549c375c136c1368a87 0.00 MB 1 0
53,457 53,457 000000000dfc1cfe3ea06a2f93956eb7106fe95122555c706792e7ac93959d10 0.00 MB 3 0
53,456 53,456 00000000105ad472276d6c6518e889d7645cb50fcb04b32bdc4c58360a1fbb8c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,681.58 GB sent, 97.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.