Memory Pool Memory Pool Refreshing

5,061 transactions
2.06 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,640 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (708,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,697 199,697 00000000000001ba9fd2965009420be60e58e156d97a411379c5e91677621c58 0.01 MB 19 188
199,696 199,696 0000000000000480f64fee36eca3aa74377585b4f773072891a30b15f15960db 0.05 MB 118 125
199,695 199,695 0000000000000039b8832a46c953b006f61cccb253d54acf8608bb9cff1f2916 0.02 MB 41 216
199,694 199,694 000000000000023d8cbae30cbe264b6a450b679a8bf09faea356b4cfad2e2a73 0.05 MB 116 115
199,693 199,693 0000000000000245b203e7ac61feeddbac1201b59d04769be0de8522500ff9e9 0.04 MB 114 211
199,692 199,692 000000000000018e810bf24d682be48d08c704d332f2746e5a3e11c670c5ac4d 0.30 MB 783 50
199,691 199,691 000000000000047fb12a41f3a4d5311c60fc240fd9a8f4c39ad4d38e80266cf9 0.02 MB 51 110
199,690 199,690 00000000000003be5d1802ef8af2080e4a2373bdb907e96e5b8e03487e4159ac 0.04 MB 133 5
199,689 199,689 00000000000002bf7b0ec9f9ba3b5f08d0eae4518a75ed0fbee7ff26a66c222f 0.06 MB 137 123
199,688 199,688 0000000000000425bc8656eece829df735144275a8505f3a8fa2ba5140e82e0a 0.09 MB 199 111
199,687 199,687 00000000000002e51de135aa5fe85c16776dcac208c9fcaa5f6026b39c16c11a 0.05 MB 122 97
199,686 199,686 000000000000011888a852d0c982d992dd74708a6592458a1b55668c96c3c99b 0.01 MB 32 0
199,685 199,685 000000000000025d0e4c41a8bb7cf3170c4d5a69a8355dbe9d32934795dc0688 0.03 MB 91 158
199,684 199,684 000000000000014ecee4ee435132cc3a522998de37895ef3cc1fdfd2ea5b9005 0.07 MB 138 116
199,683 199,683 00000000000000a04dfe710e5e150eb8af20007d94d10d666f40e0656d5d1dec 0.04 MB 150 0
199,682 199,682 000000000000024bd6c7beb98a056256f9ea351ed6e180d503e01821a425bd8c 0.09 MB 130 95
199,681 199,681 000000000000047031c0a7bfc92fb38073e615868aa631c86f0784d3b19a3c3d 0.05 MB 134 193
199,680 199,680 0000000000000451158ff676e5e74562a74141729e9b09c8e5c5db66dddab053 0.14 MB 288 111
199,679 199,679 00000000000000f6250459d7a7e404d2e83a10616514b346e242e706bcbcae84 0.32 MB 760 78
199,678 199,678 0000000000000355d668eb30d2cd2f4b86be64fa8f8f04dac14b6e2022ea661f 0.16 MB 421 123
199,677 199,677 000000000000033f2363371380b4b2cc718ecfeb1a5a1cdde83d0356f577bf29 0.25 MB 903 185
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.