Memory Pool Memory Pool Refreshing

5,650 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (666,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,283 241,283 000000000000009cf13dd8bd037ae2f66617a105a4dfe825886ae7bc5e0112bc 0.11 MB 245 181
241,282 241,282 0000000000000101a39809e819c6e2d3170e0374f3ca81a42ae1d9a75ab37e7a 0.05 MB 115 187
241,281 241,281 000000000000009deeff0907a204273a7ae1a97ec5c9819ff2721f53c407b8a6 0.12 MB 279 177
241,280 241,280 0000000000000011465d6a402e188aae0b80d4915ea079164a09b73b8606a320 0.03 MB 60 140
241,279 241,279 000000000000010e3752cbed926cc312ef24a6366396916b51821bf4767f39ae 0.02 MB 41 149
241,278 241,278 000000000000005ffdd70f4732fc3e87c8ed2a029e6ec0dd02451e0cb6b5d735 0.02 MB 48 151
241,277 241,277 000000000000004ab3fc265be5fa32e3863c7b8f75b83ac592d5e589c491724d 0.07 MB 147 193
241,276 241,276 0000000000000066eeb48c4af6efdfcb84adbecfbb67c05178ac0fdd0b5eb106 0.11 MB 284 209
241,275 241,275 00000000000000d63cb9b02e5f3777ec997db5d9622cd96b607b2f2fa6ed6f56 0.14 MB 263 108
241,274 241,274 00000000000000b0c11aafb027f1134ee926b13334e9f482d86fc878cc3f3af6 0.25 MB 603 186
241,273 241,273 000000000000004301d8a30690bdcd3283f7d97e6a5351878ed8dc3be01ba4c9 0.08 MB 164 226
241,272 241,272 00000000000000177c497cc320cc6f4041d5830741ca3898c6475ef252ce60af 0.01 MB 22 183
241,271 241,271 0000000000000031bdbd5e0627493816831f002b3547d9fb097d244f0e09b87b 0.02 MB 27 226
241,270 241,270 000000000000002b7f0894d7436fa7ea780abe8b35e3f3ae1a8d599a3c86b0e2 0.02 MB 40 143
241,269 241,269 00000000000000bcbd699035a99d7c4ac8b0b84019e19cceb53774f380f5e293 0.04 MB 68 126
241,268 241,268 0000000000000077f0fe3ba3805bedd3e7d27c88db14a304e9d65e2ac4bc7691 0.13 MB 180 157
241,267 241,267 00000000000000c179dafbf19cb87c71640f5ed811496062e589bebd7fe704d4 0.06 MB 102 194
241,266 241,266 000000000000004fe958d79af28b30cdf61cfb65238435c54637ddd53b30a316 0.04 MB 128 255
241,265 241,265 0000000000000068d19dad985a8ff1e47bebb6994176bb2df35bc54267fa4aa7 0.02 MB 18 92
241,264 241,264 00000000000000bfb2ce64975d765cbedab21b92a0d76297c719141df011e6c4 0.03 MB 60 87
241,263 241,263 00000000000000ee9d2dd6b4021b604d7c13365eb4b5e2954308ead83916e667 0.17 MB 355 203
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.