Memory Pool Memory Pool Refreshing

17,611 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (617,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,278 290,278 000000000000000024a2417c40f2edadb83e570668508fa4b44ea4d1a3ec9f4b 0.39 MB 336 17
290,277 290,277 000000000000000107aaaf303bffffb892728cfa9f2135b06016a083facfc942 0.35 MB 1,038 52
290,276 290,276 0000000000000000bac66d37f29278a997d5d48bc4bf37529c1fc3c9f5d2abce 0.21 MB 433 36
290,275 290,275 00000000000000011df4e3699e8bbc524c0ed51dc849308c1a9128dcd31b0a1a 0.23 MB 455 38
290,274 290,274 0000000000000000a3a9628f608fee23d80a76c4c3632a261fbfff85ab9b9b88 0.32 MB 521 30
290,273 290,273 00000000000000010b0fd3ba6dab103b6c5557c597b30d425d84974ebd09ade1 0.11 MB 256 90
290,272 290,272 0000000000000001179afe408f8d9c18dcd4fcbf925b280875f624c4332680cf 0.36 MB 658 33
290,271 290,271 0000000000000000b9404c7853b617900e61fd0315a1e05aab80f2b532642193 0.14 MB 220 40
290,270 290,270 00000000000000008d79d78d49c7b4dfe047a45212ec1d344704c29dbb5906a5 0.10 MB 198 31
290,269 290,269 000000000000000016e455d4764114e93e7253a384e575411a4c17334120d594 0.13 MB 210 37
290,268 290,268 0000000000000000fe85a7cd77435a8ce0efae0fc7049f2f978c5e0f7909dae7 0.10 MB 94 8
290,267 290,267 000000000000000091a9b37e644d524f8bf2d039f3bd17d4e8861d916f1930ec 0.08 MB 98 20
290,266 290,266 0000000000000000d0efec5dfe2ff3c635cc50de7fb0386485ea6ad27addbece 0.10 MB 76 10
290,265 290,265 0000000000000000d2b114eb1732530b2c879596d5495327cba1163c4812c818 0.34 MB 668 40
290,264 290,264 0000000000000000d817e8e33a9dceafb4d4834f7b6a2e566985a27f598997d9 0.10 MB 177 26
290,263 290,263 0000000000000000d8e2d472d026957d20a53ec818509570c90204dfad155b5f 0.25 MB 427 27
290,262 290,262 00000000000000000ddfae88e7fde0995a8ecb00ade616a3928703c559a21ebc 0.09 MB 256 64
290,261 290,261 00000000000000011329474ee73d5695d682ec00a73e7a4781da4d62e973505b 0.44 MB 892 42
290,260 290,260 00000000000000007f0746fbe532ab9ef41e6ea2a61e00310185331f460e9f94 0.24 MB 483 34
290,259 290,259 000000000000000046fcbf89d028a4e377f318279de92b65b0f5e0b0547dd154 0.08 MB 126 22
290,258 290,258 0000000000000000a4acd8848a26b851b2694bf8d0b3f7699b435a2b3ba80d81 0.04 MB 57 9
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.