Memory Pool Memory Pool Refreshing

5,986 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (16,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,438 891,438 000000000000000000020cf2d5c985f24b0bef136ce40ecddcadfd9acbb2c64e 0.84 MB 1,826 5
891,437 891,437 000000000000000000015f659709001d4941033a9df02611dc79ff77b6b3e270 0.89 MB 2,120 6
891,436 891,436 000000000000000000008a0b31057bbee662488978cbcceb6b233d51f19512c2 1.31 MB 2,310 8
891,435 891,435 000000000000000000016fd5f698f55aba5b9d956328fef0b7277484b7e99227 1.48 MB 2,411 12
891,434 891,434 0000000000000000000065ebe72f669f6d652ab97d58826610c38ff29dfced38 1.83 MB 3,542 14
891,433 891,433 000000000000000000012389cc51a5057e087221d73fbac77dc53129fcea1edb 0.21 MB 565 1
891,432 891,432 00000000000000000001a8839215fe72cfea1cae3d3e1531b3da0ce18c6b759d 1.30 MB 2,156 8
891,431 891,431 00000000000000000000c847f4b72146f2421793702c7e6993de1e75346fcdae 0.58 MB 1,192 1
891,430 891,430 000000000000000000013104ae712ac0f2eb28c6642147439eedc129673a4d39 1.81 MB 3,087 14
891,429 891,429 0000000000000000000091fdcb0c144d31d82f6822a9294a178d1f97b3aa5416 0.02 MB 55 2
891,428 891,428 0000000000000000000108d11fc36b5f3e8f8c1ebe480becceec76972beef5b7 1.74 MB 2,742 6
891,427 891,427 000000000000000000011fb4751fe3f127554f7716c1e32bd54a99edad652217 1.13 MB 2,624 4
891,426 891,426 000000000000000000018ff661a9442cebe2a8b40ff77636391468fc7c7b3c36 0.31 MB 607 4
891,425 891,425 000000000000000000008a805e062c7319c4237e4fa97462ff5d1ef11c9574ce 0.08 MB 91 5
891,424 891,424 00000000000000000000bbb778d0c28a751a508cc2e44eedc91c538f6f0aff32 0.87 MB 1,552 3
891,423 891,423 0000000000000000000172f5f87728e89d1283a54ea1eb18552d68ec35b7b5e1 0.43 MB 719 2
891,422 891,422 00000000000000000001ac5c1448a43e074eb5c0ecb592961d6dd9f551d173a0 1.03 MB 2,443 2
891,421 891,421 000000000000000000012b7fa5011706b3e9bb6019957a9636a88279a1877cc1 1.53 MB 2,941 3
891,420 891,420 000000000000000000000c1a5a3aef1bee0a8eea94b8fbf622c370dec8f0accf 1.59 MB 3,286 81
891,419 891,419 00000000000000000001358a9b0c290bb6b33c4ab0bbcbba299b4c1e65cd89c7 1.00 MB 1,618 3
891,418 891,418 00000000000000000000e2372fec0f330fa45bcf195f943ba153bfadf4611fbf 1.52 MB 3,004 7
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.