Memory Pool Memory Pool Refreshing

1,003 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (857,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,543 51,543 0000000012a732606a14606e0d6a92d860359b64a8bbc5318bebe1d477f24482 0.00 MB 1 0
51,542 51,542 00000000203a920b0723e17884f39534aa6662ed5d90935b0b07fbd922d7926a 0.00 MB 2 0
51,541 51,541 0000000012dfc24a4b4364b79ab6f7bc498f69e76f5f5d01823eabdf80a294e5 0.00 MB 1 0
51,540 51,540 00000000157ba9bd8b4847f697040803c6d8f9f02a1cdc175be688bc65249db2 0.00 MB 1 0
51,539 51,539 000000000fb8d11b29dd2c5604835ea0257383d8a3030b2010c1b8e0b8c7c596 0.00 MB 2 0
51,538 51,538 0000000001133587e64ba067480c3f998c341bbfa3d5a91359a0e2d86ded79d0 0.00 MB 3 0
51,537 51,537 0000000008af35878a264d873e70d4a494c031ce3c7853906b2635e47c62001b 0.00 MB 1 0
51,536 51,536 00000000042381c0d1e9d3bb1bb9542429c2ddf757ea04a011476260df0476f8 0.00 MB 3 0
51,535 51,535 000000000730c7f5b3c07ec7074769272ea0b45e8234a808c1fadeaa2612740a 0.00 MB 1 0
51,534 51,534 000000001867645b32e99120329991f0bfda625b4221ac2f68815f65dac003e7 0.00 MB 1 0
51,533 51,533 000000000cb67180d23d07ff5b3393dd670e8c093a5d62fc5ed94c7cb9e2467f 0.00 MB 1 0
51,532 51,532 0000000018dbed0c87170a5f772553b82b24aa3701b18733eeefea63cd40a889 0.00 MB 1 0
51,531 51,531 00000000035bfa57ac98852952d8c7a52eaf1889ab9dd7e510fb15216502c182 0.00 MB 1 0
51,530 51,530 00000000077021651705e44517c178a2731044ce86f0e597e81ccc96d6e4deab 0.00 MB 1 0
51,529 51,529 000000000edb058dab20d02761af78d1946409f019d5dd93a9e8ff3cc8521d6a 0.00 MB 1 0
51,528 51,528 000000001a5472e423f025b0b85d2c5d496431290588206205f3656be7168274 0.00 MB 1 0
51,527 51,527 0000000006c708182e37b881d14dc4690810059119470c59ca679226b40535c7 0.00 MB 1 0
51,526 51,526 000000000d6466fc61a7320eaafe9afcb5dd3661cadba46cb447e2c3fd83304f 0.00 MB 1 0
51,525 51,525 000000001fee09d4de9deb1b764231dcea1ac4bdaa6bda30ff5b3620858c886c 0.00 MB 2 0
51,524 51,524 0000000009e5e5541881ee5f15eed8ec87687da26409c1fdfd16f4dba939803b 0.00 MB 1 0
51,523 51,523 0000000003b4c8a65f6e2d2a5df2090574c1ab8cd5c7ba16c848fa4aed3e7663 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.