Memory Pool Memory Pool Refreshing

7,398 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (604,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,598 303,598 000000000000000018d31cb648df338f8b82b576c258114e96dfc7c94b58f366 0.20 MB 401 34
303,597 303,597 0000000000000000519b84a8b5ed14a21796efb3c2e73ffd1a2565aa26b4051b 0.07 MB 158 33
303,596 303,596 00000000000000005de3f7ca44925b50ea39163cd6570d263fd8c13bdbb77ea4 0.21 MB 457 36
303,595 303,595 00000000000000003b6cb7c76bcfa99ea2bebd248d1fbc792cfffd8ac4476625 0.02 MB 30 16
303,594 303,594 000000000000000068f50ed4198d9aa71c1658684d41b34ab2777bd741270892 0.40 MB 696 28
303,593 303,593 00000000000000002218cf0d1ecb4c346fe5b77c180a4e086d4223476b6d074f 0.28 MB 414 27
303,592 303,592 0000000000000000032b2153f561416f66365bc7eb8559ba635465d1ac1b4780 0.55 MB 666 23
303,591 303,591 0000000000000000372818ad1037d9b8182309b22b356749b13fa864802602d5 0.01 MB 51 39
303,590 303,590 000000000000000062e00f235ca78b0beab624a9f116cc4e3b8311a01909be50 0.13 MB 231 29
303,589 303,589 000000000000000019775a9cfe1881d36bf7894fbab946aebbf52c6b091d5d6b 0.04 MB 65 28
303,588 303,588 00000000000000005e4dc43c719dc2cf3daef68d3251596f5f631da3ad3afbd9 0.03 MB 54 19
303,587 303,587 00000000000000001eb5efeba532d7196f7772e540967a37b94534b9ee721c24 0.16 MB 174 25
303,586 303,586 000000000000000048c60c70bff3515d8fd8e5d92b9ce7b6ab3918a5b99f8d4d 0.23 MB 286 29
303,585 303,585 000000000000000031b287872433b81512cccf0c87465d3c7c32e02cb4b93d1b 0.11 MB 271 35
303,584 303,584 000000000000000037bf2354a803790e3ff92f845f5892f8788d439f2bb76b81 0.03 MB 50 24
303,583 303,583 000000000000000028a126e5013764f7e075f78845c143f73a1ac3008e829feb 0.02 MB 24 11
303,582 303,582 00000000000000005ab9a014af5e606459ca5018c40c8839e0273bb4be22eb19 0.22 MB 424 33
303,581 303,581 0000000000000000601c60759f0dc13045a3b083a0270fb38cae2a68ca6a7917 0.31 MB 342 24
303,580 303,580 00000000000000000923be89c25c189024a671b3892f93ddd5b733d83655bd85 0.26 MB 515 32
303,579 303,579 00000000000000002d45d85090969708a706857068a9d00a5bbb7d78cd65471d 0.11 MB 204 28
303,578 303,578 00000000000000003693b78d7083741ba60d6c42a0302a3dbe4c6d967203dc1c 0.19 MB 345 31
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.