Memory Pool Memory Pool Refreshing

8,521 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,645 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (666,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,454 241,454 0000000000000068a9acfe76c0f8d309b7a2ff04c2d8d329564d244b52d02fc3 0.12 MB 218 317
241,453 241,453 00000000000000767a3390e8bb440b1fd49627fa15bea28abe0418a806e3789e 0.15 MB 358 187
241,452 241,452 00000000000000e43c5f82a92bdb38d639d2bab0f9c35e8652abfb851f5f4cee 0.14 MB 298 161
241,451 241,451 00000000000000d17ea1cc7dd2307de956aeda48dcf5a889f3364977f4832f56 0.05 MB 107 62
241,450 241,450 00000000000000b0502c3b56bfc30aaf2e791bb1e3660f4efcf1ec78cebb7f6e 0.25 MB 513 158
241,449 241,449 00000000000000e3efc9d7e231a00c65ab076fbf8e08da4ff2e8cd99e394ea46 0.14 MB 280 163
241,448 241,448 000000000000000d61e8f4bb43e84bcb4e37f4aa5735466b6e363792220b8360 0.27 MB 325 83
241,447 241,447 00000000000000fa78afebc7ade13fc12a6906b15a6d057144da1531f06d64ff 0.25 MB 509 150
241,446 241,446 0000000000000047eaa9627fbb7c284c537831e576588406bd9daea150162d18 0.25 MB 755 247
241,445 241,445 00000000000000e322b4a82b4d1df055798859ae3ef6fe2fa6e871e1f010142a 0.08 MB 157 139
241,444 241,444 0000000000000068a971fb25c24ef14f708f284b335c89b21f5853d5bdb57b6c 0.00 MB 9 50
241,443 241,443 000000000000005680b08acdaaabbdf33b8be5e773bb05648d844de5d656373a 0.06 MB 122 165
241,442 241,442 00000000000000092d3633227283c4f15ae8c8e6b443e526a60005ef6ed5447e 0.05 MB 80 106
241,441 241,441 0000000000000042a5e3c68ef319277f1fb3bf6f77c28aea51395d5141b9f690 0.07 MB 157 118
241,440 241,440 000000000000003929be57ca97059e3ded1504bdd52f745f1b3b91d57a81486a 0.14 MB 146 55
241,439 241,439 000000000000002d75fa9852977ac675e342fd400341edbaf2c33cc0b9d17bd4 0.25 MB 623 191
241,438 241,438 00000000000000cfb46bd7ca68c0d3f887c67aa82242c297a4b9ea15d044f583 0.08 MB 125 77
241,437 241,437 000000000000008db9d476b4f62e8d61539477d101bffb3a6dca392a6e514bfd 0.25 MB 588 199
241,436 241,436 00000000000000d9a3df4ad4d2b0bed8dccd1f87f835bd5651bcb3d82b1ac0a5 0.09 MB 186 119
241,435 241,435 00000000000000407f0e5683801b079d62b5307a27ffba88aba8a2d9a6dca603 0.11 MB 270 182
241,434 241,434 00000000000000a63e3f645c03cf413cddd2f326680acd90a02e4bf36a38e9c9 0.07 MB 148 146
Previous 10 blocks ↓
Total Size: 768.93 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,612.05 GB sent, 92.47 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.