Memory Pool Memory Pool Refreshing

2,811 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (543,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,904 363,904 000000000000000000b31dd885e1e4d0d85ad64b8c9247762d2541bf0cb7afd2 0.19 MB 348 32
363,903 363,903 0000000000000000124b137ae4a3d4c5997f356b82e3e6e0e0b0f99522038eb3 0.25 MB 248 15
363,902 363,902 0000000000000000007943ba2234acc42bb6c140a75aa83570f6400f031a660d 0.25 MB 289 16
363,901 363,901 0000000000000000117992a9c5c560eff6e0c8256b7585049daa1ac84ef14f1a 0.73 MB 1,485 31
363,900 363,900 0000000000000000046fac968dea0fb6cd1d9bcd5dd30e794826ea152aa56058 0.06 MB 167 50
363,899 363,899 000000000000000015576329fcba04cdbd1bbea136f30f4559a75f3c708e886e 0.38 MB 838 35
363,898 363,898 000000000000000011fa904ba69871df20f358e82b9de840f13b0a1b838a9e2a 0.10 MB 202 30
363,897 363,897 00000000000000000a38400ad4e6ff8b014fc1c05acbf797b15bd28af84b3340 0.45 MB 989 38
363,896 363,896 00000000000000000ee9da2d6b75cbeb876ec5edea0cf4758519b1b0cac6c916 0.12 MB 290 35
363,895 363,895 000000000000000002f4799e6db8b6defe319ffbb18502b18e2952049c90f2f0 0.29 MB 644 38
363,894 363,894 00000000000000000ce42ddb0d4033f6462d1070b6f3dc0078610605793f4965 0.29 MB 718 42
363,893 363,893 000000000000000002f4e9e32fece0f7a040c71635a24aa7a8791f0201f1c137 0.22 MB 560 43
363,892 363,892 000000000000000010fb2c9d548e314b68600a19e3efa560045aeb40ca3ac53a 0.33 MB 729 43
363,891 363,891 00000000000000000f3461f3c3a8f11c6e23db4dff7e3df9c6614da57a570453 0.00 MB 1 0
363,890 363,890 000000000000000010b7499ffe994e0f866dd15c7b5875d6d33553cfbd68456f 0.22 MB 393 33
363,889 363,889 000000000000000014c059294d658fd1c4093685ca9ad5911ded38c9cfefc42a 0.22 MB 516 40
363,888 363,888 000000000000000007c0613fd26bfff483ff4763b0b8d66d097b634691b1e817 0.24 MB 485 36
363,887 363,887 000000000000000010ccd899821bdd3a34dc850f7d45bee555ddecf96a447494 0.67 MB 1,466 42
363,886 363,886 000000000000000000d9e5fe488e3d1944da26e72e14ce0e701773c3769b5470 0.01 MB 16 43
363,885 363,885 000000000000000007a8095bf7bf2e4fb25822d03de75d42d720fd53b8d3d95d 0.16 MB 379 37
363,884 363,884 000000000000000008522604984152d93874e2031f0e153fafc8fed4a696e858 0.66 MB 1,541 38
Previous 10 blocks ↓
Total Size: 769.14 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,632.05 GB sent, 93.60 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.