Memory Pool Memory Pool Refreshing

9,478 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,846 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (526,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,314 381,314 00000000000000000ebf3418ef3ebd6c8c25e6f2097afc876e34fb284111701a 0.71 MB 1,476 36
381,313 381,313 00000000000000000d631622199742941d1a1b1a017ada2a5c051defbc00dcc7 0.41 MB 1,002 44
381,312 381,312 00000000000000000c61d879f95656bc122f17d4b62202ededff6f04952b4d45 0.30 MB 733 44
381,311 381,311 0000000000000000020971708f6eb8267d7c24ecc1bef0ae5a021b4a5efd364a 0.38 MB 681 35
381,310 381,310 0000000000000000000c33a231a426e507679343d0a4d8c54a72242af8eb2fde 0.46 MB 972 32
381,309 381,309 000000000000000002b1ab0deaf6fd18f05c7425f41a28629b21fa376e3b8071 0.08 MB 183 73
381,308 381,308 00000000000000000be0b9e7cd3f3b0028357442f728916d379152a2dd37501f 0.99 MB 1,014 14
381,307 381,307 00000000000000000f41921629bdc59758d984c21ae039a8a7612d0e021a80d2 0.31 MB 477 23
381,306 381,306 000000000000000003d30a3be95ce8c323907a2a7c0260983d6e16f424a55e6e 0.33 MB 854 51
381,305 381,305 00000000000000000db5a351f66549a0f1ce570e26f11f6bc728acb645a48f4a 0.35 MB 215 11
381,304 381,304 00000000000000000f064d4e8fe6cdff965bcc47349ef7323f53bd9626333554 0.49 MB 1,118 41
381,303 381,303 00000000000000000c2bbd85330e40181694e813db69cd15a1a1c239996f8b25 1.00 MB 1,871 35
381,302 381,302 00000000000000000489ebeb23227d314251717b7bb95c8dcb6c20aaac2f2ae2 0.19 MB 375 27
381,301 381,301 0000000000000000100919507908c617337df254583d26122b82fa5ccce5ecaa 0.45 MB 899 31
381,300 381,300 00000000000000000e882777a5886371ae00a4236385aa55a49c9983f334c6d1 0.07 MB 157 56
381,299 381,299 000000000000000001ebb9a9b26cd347abc0a2572f4884d235364ca726cbeb2d 0.66 MB 1,486 41
381,298 381,298 000000000000000004a0bf763fa45d437dca5e4f531d15358cd9600671d924f0 0.17 MB 302 38
381,297 381,297 000000000000000006ec374064d0b4fdd0e38496594c35bc49c75ee6c9030bc1 0.14 MB 229 33
381,296 381,296 00000000000000000bcb095dc0ed4d8caf7b40b9f11d628420bbbbeeaa75d65a 0.13 MB 237 25
381,295 381,295 00000000000000000fd72348a738e1f1dc7c3b6a53bc42c3245e80ff0d8cb607 0.26 MB 567 36
381,294 381,294 000000000000000007a24c18ec550f0cd3ecf10aac4304d03abb35a158587ca0 0.34 MB 495 31
Previous 10 blocks ↓
Total Size: 769.03 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.99 GB sent, 93.01 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.