Memory Pool Memory Pool Refreshing

5,706 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (742,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,631 165,631 0000000000000801a2c269b46301001d664ab88fc94916aace97c72ae8bfecd1 0.02 MB 26 100
165,630 165,630 0000000000000b743fe089ae4f1726b279dd643992b98f929bf9ca97baa0b863 0.01 MB 31 378
165,629 165,629 00000000000005c51fdd9966b3277830b9a492a033d80729c6c830324270c6e9 0.02 MB 17 46
165,628 165,628 0000000000000894c41a5daef649f5c0961156d703e31a9c32399a68db5ba4f9 0.02 MB 56 4
165,627 165,627 0000000000000244ebddb2c53206b97160fa98ac4a84835d4c060de267327b50 0.06 MB 95 103
165,626 165,626 00000000000003a27110a020a67c6a27de535f8db21792f496a6a6a7980973b3 0.03 MB 59 258
165,625 165,625 000000000000098f248c8a953f754a0bcfec068c6d99d732e9172c2a8a667885 0.02 MB 34 84
165,624 165,624 0000000000000467276cf0e315c783a8dd9756ee8d0bd869dd4e23aa109e3d70 0.00 MB 11 46
165,623 165,623 00000000000007b529d4c6ab44ff44dc48030a344ce9fc39da54e423d98ca35d 0.01 MB 34 52
165,622 165,622 00000000000007cdbd3e93246e5ec6ac6f3c262fa50412a518a03fd3615df306 0.02 MB 19 72
165,621 165,621 000000000000058d4af937fb554480f3f7f9d8243685050ae6ef7417108b0aac 0.02 MB 48 153
165,620 165,620 0000000000000125a19b6a993c26ecad36da584d69ac528a09fe2c4d5618ecf3 0.05 MB 116 55
165,619 165,619 000000000000065140304096c76ac7852b6c2a4dd05687d181b69a1a42e44a24 0.03 MB 81 148
165,618 165,618 00000000000009c50d97504221d0161afe459afb8648ac34325493756fe82f83 0.01 MB 29 34
165,617 165,617 0000000000000697a03d1688cca14c4431815099428d0c2ebab0ebe35166c20c 0.00 MB 6 3
165,616 165,616 00000000000006923e3df8e3e0028588e1f715af29d2d6bd9339d3e6b85d41fb 0.03 MB 29 53
165,615 165,615 0000000000000aa391c057603674888e2d3e30486b291fb825cc5b6317d4b235 0.03 MB 109 7
165,614 165,614 00000000000006d82a15a4c2ffa619fb3657497c36db1b32c803862ea69a65c1 0.02 MB 26 210
165,613 165,613 00000000000009e6faf752041ca0491ce10702487f2024bfce0b63443ab22b65 0.01 MB 19 5
165,612 165,612 0000000000000909768c38590cd50dbb264cee47921cd307ca4a7dacc9efa828 0.07 MB 136 208
165,611 165,611 000000000000021c264c6303f3a9cb4bf99c2c8c8312e35be8c8ee3553b8a110 0.04 MB 57 44
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.