Memory Pool Memory Pool Refreshing

5,006 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,119 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (695,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,637 212,637 0000000000000457239ec135425a39a4def7fac31f22b475714a43ec5da482f0 0.29 MB 615 108
212,636 212,636 000000000000048aa9bb4d0d11cc82291227423d053b603271b3a9e033a93533 0.12 MB 210 169
212,635 212,635 00000000000000ad8127863d62316ae2114e7b00412c7c1a1e85fdb78b686399 0.25 MB 605 189
212,634 212,634 00000000000000e4b60953ff3e2d4a3f4e6597c61e6e5b89f11c1e69127d39a0 0.15 MB 325 185
212,633 212,633 000000000000047b924ecb814681c01d362e7eb7e377b01eff4f8f51988eebf0 0.12 MB 170 119
212,632 212,632 00000000000000fabe8dced332e18a244ba30a982e48929be4c849ad05838723 0.05 MB 106 124
212,631 212,631 000000000000035eea7cae25021cc56c845778ef5a4e59835631714fab1c6dd3 0.17 MB 315 127
212,630 212,630 00000000000002c223bf23e2ccd6fa33da7bfc84652741c29c955fb9a8354f9f 0.43 MB 912 165
212,629 212,629 000000000000039c26399bb7676e1747a864797a409e96dd5ffddf117c202c8d 0.20 MB 562 226
212,628 212,628 00000000000001887975332310085f501036b13d9cbf193b0426ab7d0100b282 0.48 MB 566 109
212,627 212,627 000000000000024e336fb93d482c87e6f43c3ad75f337fdb65a39130d244cace 0.26 MB 510 147
212,626 212,626 000000000000026a17b18ed33bd6729e8b91713bad4b4cb0db94eaa24844fb4a 0.05 MB 64 52
212,625 212,625 0000000000000063874ae741eaf77eed36c92e28aaf7286bae549d550e778192 0.13 MB 335 171
212,624 212,624 000000000000017678f1516bb20a1f8f59b9440bcbf39622f78ffbbbdbde599b 0.47 MB 517 105
212,623 212,623 000000000000026495aab82be7a67d5d8a1059b328285ff19c6cabf76623934e 0.06 MB 122 170
212,622 212,622 000000000000041cbebab2ddb6ea1a37b20d7a30ac435911b1376986f460efff 0.08 MB 206 212
212,621 212,621 0000000000000336bb1f3181cd7b9c891188c7e0d23f208082e3fdbe04f6b46e 0.12 MB 282 179
212,620 212,620 000000000000041d1173a8d080ba80b6523fcca3517f1c7e53aa57175b2d3be5 0.04 MB 94 160
212,619 212,619 00000000000003f838fed29a28a03b7cd6882e3b6aff9e9fb478a4ba2a4eb7b8 0.22 MB 490 172
212,618 212,618 0000000000000014ae847a2469db3a1ef22a3e75f28a074788233b5f93801c86 0.16 MB 472 201
212,617 212,617 00000000000000bac311e7026b084ef5dfcdf1741fbb546083ab22e6c194d197 0.25 MB 529 282
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.