Memory Pool Memory Pool Refreshing

8,449 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (396,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,099 511,099 0000000000000000004fb9ee079279a8c6fed71b200e31a9a098f7c05b8f724c 1.05 MB 1,454 23
511,098 511,098 0000000000000000003edc29760117636714336fd8f8a637844c50349155641b 1.13 MB 2,733 59
511,097 511,097 0000000000000000003d4c87bd807f0d53db3e26d717bf16085b0f89d880cdeb 0.42 MB 1,025 45
511,096 511,096 0000000000000000004a78cb310fd03aea079418c6295413f15e18a4e0e27199 1.04 MB 839 16
511,095 511,095 000000000000000000085500c6bb65cb31141a62480f23e0ab940741d2e3a5ac 1.04 MB 1,054 24
511,094 511,094 00000000000000000051a3406d9b12905555d7672759e8c5320cd2fd79441d19 1.02 MB 407 6
511,093 511,093 00000000000000000026481213905448bcca4deeae40724b673bf1ab7e2c9526 1.03 MB 875 24
511,092 511,092 000000000000000000385cc2b3779817437b78bac9e32794beadb486e7328cff 1.01 MB 410 19
511,091 511,091 0000000000000000005bf2f88ab2565cfd78614e09fc140d921e999963fabaed 0.14 MB 245 47
511,090 511,090 000000000000000000585200507ab2b48fdea328e208d7f600c41454e792c4d5 0.37 MB 492 28
511,089 511,089 000000000000000000349d89b379f2499c362c51eddf16332f59f83152a038ad 1.09 MB 1,617 30
511,088 511,088 0000000000000000000d9d0b47618e321fd1565fbcc0d4413a653b1d50b5fa56 1.10 MB 1,119 30
511,087 511,087 000000000000000000207e4a0f041bae561dd21003eec915d1d6264e9d36c53e 1.02 MB 354 7
511,086 511,086 00000000000000000054cc99bc35286eda4cacc848a2a456e49786846b1f52fb 1.05 MB 1,249 22
511,085 511,085 000000000000000000298c189d5b1dce47311785665f856aa53ed57a55380747 1.01 MB 309 9
511,084 511,084 0000000000000000002f59a2e7a58c2f8627018da55288ca4047f81544ea03fa 1.07 MB 1,635 29
511,083 511,083 0000000000000000002a43bb285276725275ea084a4a2f0a82fa7b2423f81215 1.11 MB 1,964 62
511,082 511,082 00000000000000000009eb8beb2fbc8a120ce6ce57b10d8a5ad81964577feb69 0.96 MB 1,822 19
511,081 511,081 0000000000000000000cc18c55e64ae2e6f9b8182958911a4be48e4f127b4d97 1.12 MB 2,452 51
511,080 511,080 0000000000000000004ef79acc75b4360ceded1903e8acd7d617fc0b5d8b102d 1.10 MB 1,874 48
511,079 511,079 0000000000000000002526d792d1c287f20c4ec5419bb8da80eed644da1f5f3b 1.04 MB 1,600 27
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.