Memory Pool Memory Pool Refreshing

6,699 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (722,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,286 185,286 000000000000077b64b9b48a5c47513c055439c7e69091cc79f6848f2e017e11 0.01 MB 32 63
185,285 185,285 000000000000005c0a2dab045a71c8199839fdaab2e4d44248210d789804f6a1 0.06 MB 135 110
185,284 185,284 00000000000003b9d1958372b2b278ec350be75a5d3a55e9c153d60f5da24608 0.09 MB 169 116
185,283 185,283 0000000000000762bdf8d819ecbf6bcf86322fadd993d1715bfde84749454bc1 0.09 MB 211 120
185,282 185,282 00000000000005b5265c79b271042be44feb36641673556cb4cdce1e84c87fa9 0.01 MB 33 90
185,281 185,281 00000000000000c5370c1c282c35c9dab3d1dc7476d456602bbd38a851c312e1 0.07 MB 123 91
185,280 185,280 000000000000044608ae3249df058ba06a767789cea5a93b433b76e776f1f5c4 0.03 MB 64 91
185,279 185,279 0000000000000a2213ff79f9895929425460345d1aa241cfab83d89766133c11 0.00 MB 19 90
185,278 185,278 000000000000079b0c8bdbf85f399a288974c66fed0c0a9e023e2c60a5273aae 0.23 MB 514 117
185,277 185,277 000000000000025a30aefbcdf132bba466f378e313b9aa65606eb1fe0279a0b4 0.01 MB 32 122
185,276 185,276 00000000000009854359056f14086e0c3cf4583db00ab2b142abc0f848f4b67b 0.37 MB 1,024 145
185,275 185,275 0000000000000201f21132ea3c0259d0bba46e2e22f20a4f5d7ff783de05969b 0.09 MB 57 922
185,274 185,274 00000000000007726337ff5190095ee875e2b19afae909f16ea7c361ab287be0 0.05 MB 118 234
185,273 185,273 00000000000003250545237fcb7dbdb849e8a701dad5026ec8b4f2a17884e76d 0.05 MB 100 151
185,272 185,272 000000000000086d80e9cecd82e510e4ef7b81b7240ee8c5af657687606499b3 0.01 MB 12 74
185,271 185,271 000000000000074ae1828a72cc53aaccf02be3f8c42b9fc2e627d8d121d3e8b7 0.05 MB 79 97
185,270 185,270 00000000000002e3052c747203b3592b77945fc527292ef53f450fb53e85a930 0.20 MB 590 157
185,269 185,269 0000000000000a802d019eec4507d25c94e91954f920bd028b65ef7e1c0bae40 0.16 MB 180 92
185,268 185,268 0000000000000215fed8dac7c3eb864c46065b26d2d9d267661ce3946872be3e 0.04 MB 113 120
185,267 185,267 00000000000003a9518926f7c1f91c0fb792eee75d4f5adb9a5eb322d1f06f35 0.11 MB 277 144
185,266 185,266 0000000000000a01f4c45e692ed022c043d7132a1aa84fbb37ee9082b05ff519 0.02 MB 49 54
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.