Memory Pool Memory Pool Refreshing

19,377 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,374 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (701,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,087 206,087 00000000000003778eaa2a830f0a774eb479b93e325695192b2ae4576387bba7 0.18 MB 460 271
206,086 206,086 00000000000001d52f3e84256205c197d0045a2b683ed022d041853ecedd2a72 0.12 MB 197 164
206,085 206,085 00000000000000fa0421ed7b2cc1eb22f866976cd96c788603ea073bf90b4e2f 0.05 MB 128 485
206,084 206,084 00000000000004f2140f2498d897cd6162a8aa159dec44ec50ec9dc43d168292 0.07 MB 127 141
206,083 206,083 000000000000005383576a0731669a958a1735057db1491ceac0229631505cac 0.05 MB 142 293
206,082 206,082 000000000000017dfed22d78174d1aa5d34d18b843e63ec05055ceea43ac862c 0.31 MB 636 174
206,081 206,081 0000000000000111095cc8cfd24f3687b04ca9f44c6e2c89fcff9368dd25b030 0.00 MB 15 87
206,080 206,080 00000000000003ebf3b7e5a8f0b96079a1e465da086333546ec5c3ec442dcbb0 0.24 MB 511 235
206,079 206,079 00000000000002432baa9c4e51f536eb11bc9fb25a9990b48439b90b585a769a 0.02 MB 32 182
206,078 206,078 00000000000001634f9e390e2ab3518b8e7d81ae9a35f37985f2308e773d98cb 0.34 MB 773 191
206,077 206,077 00000000000003966e89942585fd4b9903b0a5c7fe30ba237050cc6296945a5e 0.20 MB 357 181
206,076 206,076 0000000000000296edcb0a3760098e92df12e86e0505ce6b8bd2d1784e40c274 0.09 MB 176 164
206,075 206,075 00000000000001a2dfc99c315413ac1c571e0375df02597338491849c444a6ed 0.03 MB 67 213
206,074 206,074 00000000000003080666c13556b8813ce1b1826e4bfb48cb681bd0853eed92d0 0.43 MB 1,049 227
206,073 206,073 00000000000000d54b1632578a3721b4a11276a12719f32a86fe7804a1454ce9 0.00 MB 8 310
206,072 206,072 0000000000000340b4f1084ed6c14e472798812242b736513d820424e64ba6a1 0.05 MB 165 298
206,071 206,071 00000000000001bf0cab839409c0879f212595f45f7c58286d9f15654ed423f5 0.17 MB 444 260
206,070 206,070 0000000000000018b01a171f3db3648be0c8f01accc3965258bb37c34a0f2df9 0.23 MB 371 136
206,069 206,069 0000000000000130a592bc7eaeb7be7436a55189fec676ee1ce8ba28da1dee99 0.04 MB 116 123
206,068 206,068 00000000000002351d513c5a0eb716beb0eb51a960cdb01ac7d572af560799f6 0.11 MB 232 179
206,067 206,067 00000000000001074c0eb44afe5dd9eb26e1e91c3104976427a3003083a79deb 0.25 MB 733 260
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.48 GB sent, 93.00 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.