Memory Pool Memory Pool Refreshing

3,620 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (733,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,182 174,182 0000000000000763600724eea19caa788f89f02af24958bc57ec14b8c12dff6a 0.02 MB 59 104
174,181 174,181 000000000000065304a240d659fd05f906768d51edecda913df628076d7d3775 0.01 MB 28 201
174,180 174,180 00000000000007e316f1e38a16b7b0c0beb5d979b45783d55b7cdbeb891c73c7 0.04 MB 83 124
174,179 174,179 00000000000008654d0ba938a26f9ccdbdd2dafcac245604799df58d481d279e 0.00 MB 1 0
174,178 174,178 00000000000009ff502f2f764812ce95e516e1ae3a1ffd988d71268bc7d5cccf 0.03 MB 27 41
174,177 174,177 000000000000008d29ce9c9aee819a373aa25f63e8421f822f09652c587e268e 0.01 MB 22 294
174,176 174,176 00000000000006342b40b2bed793d6030d9d174746aff34f013e09c82be7fd03 0.00 MB 9 38
174,175 174,175 00000000000006415e3401df546baf617f8f1aa115dc183daf7fa453d71d1e84 0.03 MB 113 48
174,174 174,174 00000000000003ac82eec7291b26b557655e9b325176d2a1e8a887ae01b03d91 0.05 MB 133 84
174,173 174,173 000000000000067b92a1a92b3119328547abcaa95bc2b9841528e3b596fb6377 0.04 MB 73 44
174,172 174,172 0000000000000880978a0b67838b9325ab6f65e2a0945162cd9699425a1d9f6a 0.07 MB 156 193
174,171 174,171 000000000000006d286a8f435489c1c147f272a62a2886a765198ddc218ec0b8 0.05 MB 156 33
174,170 174,170 0000000000000421b228cb5df0953e2afebc13f8f888bba00823b6a9ad54485f 0.06 MB 130 196
174,169 174,169 00000000000006de63ff60f25bb737f13708f01adb166b38b6159ecb0da0665a 0.01 MB 17 253
174,168 174,168 00000000000002a897eccbc21cedb57c72a0ac1613ecf834c13a5b1d79585eeb 0.02 MB 12 52
174,167 174,167 00000000000001df078a990817a39755fcb738529a17bb58b47894b812853cc0 0.02 MB 34 164
174,166 174,166 0000000000000a07f83e20a7ed273db2e5df6d2b2c737f063f2aeb7256b3065f 0.04 MB 39 61
174,165 174,165 0000000000000364c8dc741d5f0349f4467376530ee0163429842a522d66ba30 0.05 MB 171 81
174,164 174,164 00000000000002c64a16568dff7cbea3b0e2bb017fb9e82d0f3bc699cbf8507a 0.05 MB 153 521
174,163 174,163 000000000000095a25b770d722c5b0b83c083683f2510067d75e17f52acf0830 0.05 MB 165 44
174,162 174,162 00000000000005688e2d1827bf14cf587d54924599039d5338f81a86a713c4ac 0.03 MB 52 65
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.