Memory Pool Memory Pool Refreshing

5,177 transactions
1.58 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,595 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (750,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,305 157,305 0000000000000b7e02f9d859d2a70f6a06c8c9ab14ad17f099ee2adb64edc82f 0.02 MB 47 177
157,304 157,304 00000000000002e2438e4f89d00736b16d9df49b1f0bcab730f5ece788388e5d 0.02 MB 55 51
157,303 157,303 0000000000000994685af010252cd0ed729c2a02df54f1a661ea0974c05579f8 0.01 MB 54 0
157,302 157,302 000000000000018cde7549a626ab947fb8dd7da4a280c565e2bb1919cf43ca0c 0.00 MB 11 16
157,301 157,301 000000000000072be9f4e5cf720a56be3c6dc9ff4f57a633fcc37fbd757e4247 0.01 MB 13 254
157,300 157,300 00000000000000302b1ea6683f4da4a77df8bf757f74d8046688057f2a07af31 0.00 MB 8 0
157,299 157,299 00000000000001a1aa5548c475d5b011e55bb7943bb41cd5b07187f382ce141d 0.05 MB 82 465
157,298 157,298 000000000000003aaaf7638f9f9c0d0c60e8b0eb817dcdb55fd2b1964efc5175 0.04 MB 30 104
157,297 157,297 000000000000038a2a86b72387f93c51298298a732079b3b686df3603d2f6282 0.03 MB 56 83
157,296 157,296 0000000000000d303dd5972e41f8ae4b9a9c47dcd53b1f48243fa4572a7e072c 0.01 MB 22 83
157,295 157,295 00000000000004c04bd2c3b5d3076954b949827b879dee0a4d9bfb20c0a41a74 0.00 MB 10 26
157,294 157,294 00000000000005faece143bfa2221bc1837fdc6d6a736b5294b63b0d68a16ce2 0.02 MB 38 57
157,293 157,293 0000000000000135c11c8a8720e7fb8b0ca66a1ae767c968c5bb122187731ef6 0.03 MB 65 113
157,292 157,292 00000000000009da3da8f998578663b38df22d0bb09f91552d06435456a06f62 0.01 MB 30 3,735
157,291 157,291 0000000000000cc6d49babf644159b2dcf178e9296f666aca8d0328d7353fae6 0.01 MB 18 172
157,290 157,290 0000000000000758a0b5dae436066248c930fee05b37c8e4065c9da200133153 0.00 MB 1 0
157,289 157,289 000000000000077552c1155c6a822dca4a364df5dc0ad7c35245ac35c8dda94c 0.05 MB 128 42
157,288 157,288 0000000000000b6654bb4ba5c877abb2a5f86b55ce17bcd7448db2fb19ef5de4 0.08 MB 102 118
157,287 157,287 000000000000016842eb83e13a79c8d4fed070a7e993f046dc057d43b252dab6 0.04 MB 42 60
157,286 157,286 0000000000000a9234606e184885838dad8f33b80e46919e1cc682286a5270b3 0.00 MB 9 125
157,285 157,285 0000000000000a59238a017f3528f14d868375491ae3c16b740f58a72b5e036c 0.02 MB 42 236
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.69 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.