Memory Pool Memory Pool Refreshing

1,296 transactions
19.99 vMB
Show Random Selection Loading Transactions
Max Size: 80/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (875,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,522 32,522 00000000503fa973c624e04ea85ac99121b54f6a4c3f235ed8340dce084e1901 0.00 MB 1 0
32,521 32,521 000000007805395a05f94cb0b750f6ab382312e4b3a68e17eb9824806a6f7ffd 0.00 MB 1 0
32,520 32,520 00000000b7dcfb78ce58c89355f44eeb48f358d8187055494602dced46ad193b 0.00 MB 1 0
32,519 32,519 00000000667d44efb9db645eee228a637b569d51701fe6cf1338633bdd85a3fd 0.00 MB 1 0
32,518 32,518 00000000700e9d5ce1816534f86e6ddc4d5eaebe1cf470e3a14ddae1c2ebe4b9 0.00 MB 1 0
32,517 32,517 0000000089b6a23b229ad52f4d6d0bbd22eea491e469b32eba038ec869a051db 0.00 MB 1 0
32,516 32,516 0000000000d3b883b72fe51317aca17b9482c7deef0ea6a85aec1b0b39528dc6 0.00 MB 1 0
32,515 32,515 0000000078a4128500da6d160f0b690ae88e549d546a001a30aa2f37ebc93a5f 0.00 MB 1 0
32,514 32,514 00000000545957d59020408fb5c376c52d34ad59facbb5efbb84d18714f9de95 0.00 MB 1 0
32,513 32,513 00000000a0692b32cb1f25422bdafda5327be210d7666c8e81af05ef05bf3283 0.00 MB 1 0
32,512 32,512 00000000a881c3ddddb04cd1722fc7a91766bf11f227f83f3de70fca4e55665e 0.00 MB 1 0
32,511 32,511 00000000d1001d4b2fcaeb01c92badad797281bac4938cd7b59d99ff0a11ddb6 0.00 MB 1 0
32,510 32,510 00000000d59fec96a237b7049af5829f3d190f3ac3706eaa727705afe13b45ed 0.00 MB 1 0
32,509 32,509 000000008e330f3d725f246f29c4b6ac9ef8f3ce5ffc0456fe5eb4e96afe6893 0.00 MB 1 0
32,508 32,508 000000000e0b74f19b277b9ad808ca3ebba0c87b94f063f0b52796f826db0d7e 0.00 MB 1 0
32,507 32,507 00000000aadf3ce7d98a73242365af0d39cc487f5837403568718a9d39d7b29b 0.00 MB 1 0
32,506 32,506 00000000c937c71f5e8cda1c80fd0b72c49b63352efee01340b674dcacd1cd0e 0.00 MB 1 0
32,505 32,505 0000000037c0182a8eb370dec0c0994962fb905fff8de282aee7b01778e62aeb 0.00 MB 1 0
32,504 32,504 0000000047dbab9dcbb5ee433b3dbcd6dcb853d1a409caac9dd0ac2c26009943 0.00 MB 1 0
32,503 32,503 00000000d138f39fb120b28614da1f75c200b8bbe5a46ff41566151266fa44b2 0.00 MB 1 0
32,502 32,502 000000005f088bf028428e6b2b79d5a905bbcd19a205ded1a8985cf0953f1fa3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.62 GB sent, 98.54 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.