Memory Pool Memory Pool Refreshing

12,300 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (582,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,515 325,515 00000000000000000cc012f16afac108d540d3158007fc10a8f57df9c995f15a 0.01 MB 18 23
325,514 325,514 00000000000000001d504fda326a35d0277f26d3cc0cde2521f8c476ac06a09f 0.25 MB 463 28
325,513 325,513 0000000000000000059e9b86385ed1fa0341c898d9f70263785bd53113f62624 0.24 MB 528 35
325,512 325,512 0000000000000000157cf97f648ccb00ffb3836b0ed8706903e9c742432f8fb6 0.25 MB 260 20
325,511 325,511 000000000000000014575dd30b9b6c4b64e4285ffb12fdf5ba2920fce5c33b48 0.20 MB 383 31
325,510 325,510 000000000000000001a5c45e85489f7a1e40564a86089c97dd63e978ddea0fac 0.29 MB 562 29
325,509 325,509 0000000000000000165a6fa0f0cb13a2d201ee469765c785f400402a5fc00940 0.31 MB 507 28
325,508 325,508 0000000000000000189bd519eb62bc3d0275a859822412de61834c0332847762 0.36 MB 482 25
325,507 325,507 00000000000000001c825dd20957f9f111f14ecff43202f8d7c06e36faa21f75 0.01 MB 32 27
325,506 325,506 00000000000000001111a2722d9522d3ded9752e9bd847515bff6a9aebbcdc82 0.40 MB 267 14
325,505 325,505 0000000000000000155700b30ed356786b0bc61de6e5d250ba880a44c0ca8ac2 0.75 MB 1,406 29
325,504 325,504 000000000000000002848f1835b3bcaa388639c2e7d0d5d7e0edf63446b48c65 0.35 MB 1,009 46
325,503 325,503 000000000000000018ad9a5f2c349b62cb70380aee5e8fefc3bedc3fba83cf3a 0.41 MB 639 26
325,502 325,502 000000000000000013015188e8c825a8bbd37e6176e2ec0d17d95d0780cbe2d2 0.24 MB 336 26
325,501 325,501 00000000000000001cb25ac4f1959142633c6e33214fe0efcd797fbb9de32f6a 0.10 MB 126 22
325,500 325,500 0000000000000000092c757ed018ef84f55271dfcdc5a2435a260cf5e7a07a61 0.07 MB 151 38
325,499 325,499 000000000000000010ced20a5012ac57b0000cf5e8d2bd0cd063db3e99230fdd 0.53 MB 826 28
325,498 325,498 000000000000000011d1cf971e98377398dd9f318ab882c38a9383bfccc0b2f8 0.02 MB 42 23
325,497 325,497 000000000000000004b5a4688626526b79986be0529b86e514c66dff9469f179 0.70 MB 828 24
325,496 325,496 0000000000000000084b25192b4972940c1140aa96488e6c323855a0d6e08964 0.00 MB 1 0
325,495 325,495 00000000000000000c5f6172cc1cb91428eeb89f47b23319ba99d03241d0c8fa 0.30 MB 238 13
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.