Memory Pool Memory Pool Refreshing

4,774 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (28,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,320 879,320 0000000000000000000047ee975f111b967dbb858a50d74874bbb5f6625ed70f 1.63 MB 3,641 3
879,319 879,319 00000000000000000000423ec91075a3b8bfda7be540b1d94d7db689e42f7352 1.50 MB 2,756 6
879,318 879,318 0000000000000000000199ab6c36df68bd87f1c604472af7a137e8ecba0466ce 1.00 MB 129 3
879,317 879,317 00000000000000000000455783d58b6d51bd22e241b2805a7580292d637ceba0 1.10 MB 715 3
879,316 879,316 0000000000000000000065f1d4ce2db3cb175f73440914daa03742eb2fa6a80f 1.58 MB 1,601 5
879,315 879,315 000000000000000000026b9ebd9593e9990b1c9ad5b0dd5e99cf8dbec542e4f0 1.93 MB 1,758 2
879,314 879,314 00000000000000000001f153150cf040a81edc78c3ac170307226d28a6d682ee 1.64 MB 3,172 2
879,313 879,313 00000000000000000001968709f74d4334ac98e921b7ff90893325d265bcf53e 1.66 MB 3,138 4
879,312 879,312 000000000000000000002a5d781837d6ba702f0a38633815603fa49a55d76d1f 3.22 MB 401 1
879,311 879,311 0000000000000000000014b3ad3a9e682255fc87582889bc41117c4a86d6e920 1.79 MB 2,789 2
879,310 879,310 0000000000000000000017a826cfb324a8be7abbf1d109a52b6fbee69aebeed0 1.86 MB 3,261 1
879,309 879,309 000000000000000000005d1c0ca3b7335d32463b2c74710ae53f4eccecdf0b08 1.54 MB 2,400 2
879,308 879,308 00000000000000000000699773ddc32b1f454bec93f95ab52ca7af376814a097 1.67 MB 3,204 2
879,307 879,307 00000000000000000001c4e2d15a2aa97196a01fb29840abd7e90890797cda89 1.58 MB 3,201 5
879,306 879,306 000000000000000000026bb9994d652f51fdbbbdc66b71a07ff8a56bcef4b82c 1.39 MB 2,597 7
879,305 879,305 00000000000000000000bf4820c629e04b0f1b2d9a17a1afd33873183a2ccf37 1.60 MB 3,271 8
879,304 879,304 000000000000000000008b74b9872d421b633beaa98ce50bba4720aac24fba47 1.54 MB 3,452 11
879,303 879,303 00000000000000000000457fcaf23f8eefe8f6ea7c6beffdbe63003e7ff3ee58 1.95 MB 1,470 2
879,302 879,302 00000000000000000000633ae8f7146d8ae7442ed6cb3a4d8d61a6955afe6b9e 1.78 MB 2,609 3
879,301 879,301 00000000000000000000790c3c85c2945b8798223227b1d147689e6aea547e3c 1.48 MB 2,077 3
879,300 879,300 000000000000000000000ab580113b3a6556ded8bdc1e464a14ba8129b560034 1.59 MB 3,507 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.