Memory Pool Memory Pool Refreshing

283 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (846,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,058 62,058 00000000081c320c7e292f0c16bb5a8db2e885236ddb33c3c885fb7226bb4b97 0.00 MB 1 0
62,057 62,057 0000000006ffb36cc695072f07a30fba5e407f87c5792127949ca4919fc16b9a 0.00 MB 2 0
62,056 62,056 0000000009a988eeaec13b16e3a0538350bfb1ed17defac1179c34cac9a4acbe 0.00 MB 1 0
62,055 62,055 000000000adaa75fc04f3f8e9f2524d6e5b9fc8484a7ffd528c3ebfca6a7daa3 0.00 MB 1 0
62,054 62,054 00000000020925859b52c1de6bbcab431c283cd8bc5ddae81ac3798e4c120e9a 0.00 MB 1 0
62,053 62,053 000000000005f414d1aef131daf6fe3bf81412cb06fbf22834d6cadd8b305a59 0.00 MB 1 0
62,052 62,052 0000000000d76216e210cfc321ac25241d08b60255ca70df270a3060d9447ced 0.00 MB 1 0
62,051 62,051 00000000094b7459797a852b16871fb3a9e7687eb709093766137b20b1a8f5ef 0.00 MB 1 0
62,050 62,050 000000000660c2d37fcbd15a4290eda6b81b72f49c9169e55c7b52df49f3fdde 0.00 MB 1 0
62,049 62,049 00000000093f022acf2c0e6fa4a62a23380d3d7922f75a2f295a25356c348cb5 0.00 MB 1 0
62,048 62,048 0000000000636c244129c0d88ebd0bc11c6288727d8423c993758818dc811fb2 0.00 MB 1 0
62,047 62,047 00000000019478316d2981688527902763636d035af6b687bace4ec3320754ac 0.00 MB 2 0
62,046 62,046 000000000d4d4bc3bf1e2e395edaeb50764516c3bf3eeb8192b5959a187a62da 0.00 MB 3 0
62,045 62,045 00000000074d90c7e16b52e0b54cb13cd0853370eb1c6e382ceda12706ed0660 0.00 MB 6 0
62,044 62,044 0000000003ac177d3ecf6d706be332b6112cf2ce0b7bb13a53d093c7a56efab7 0.00 MB 1 0
62,043 62,043 000000000322ed377419acd11dcbdedb6b5d8c3192aed274ebfec56f6844adfb 0.00 MB 1 0
62,042 62,042 0000000005ff857c0527eb4620acbd3f00a6452f262cb57c28bfe61063d7a2c7 0.00 MB 4 0
62,041 62,041 0000000007d52e2b072cc1f91543127d657313cd29322e42b453cc15c56b11cd 0.00 MB 2 0
62,040 62,040 000000000db01b7f9bc00b501d7963dcb95b2b61fd158db257c24be1ddc8d304 0.00 MB 3 0
62,039 62,039 000000000120f7956ea42614909d171be15bab3120e31b0cb8460c0e1df8ce68 0.00 MB 2 0
62,038 62,038 000000000a529151cdc499799708bc16dfabf5f94a83d7996ec356b6a4bdf87f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.