Memory Pool Memory Pool Refreshing

3,566 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,407 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (697,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,528 210,528 000000000000025373175cf05cadb6e3e40d25b41ce77065b370e637de4f6604 0.00 MB 12 247
210,527 210,527 00000000000002bfe0b3a7a3170390011c37525960fa8733f8deb1b205e1e0d7 0.03 MB 82 91
210,526 210,526 00000000000000c00d5b3813e9d64dad43a4b6ef6bb692901884425a40b974c5 0.02 MB 65 186
210,525 210,525 0000000000000203e2890282cdfcdf64ae780606a653eceab0d25dda25120312 0.12 MB 442 176
210,524 210,524 0000000000000277e09ffbce011bc7234d207f0d4ecfdacb4c0b000bbaa7c4be 0.05 MB 100 137
210,523 210,523 00000000000001b7051e49c7f2a240fdf30436f0f72378dedebee282550a8575 0.04 MB 144 168
210,522 210,522 00000000000002586af4851e96a8368ec1cf7ca6a59de84871d82507179dc0f3 0.01 MB 38 191
210,521 210,521 00000000000004d82351f0531d82500f63c1ba809ba595daf3259f793396391b 0.04 MB 166 199
210,520 210,520 000000000000033a30896ce79fbb4730522e885872d35f93f981f18f3bfebd1a 0.22 MB 587 143
210,519 210,519 00000000000003ffa26db38a1b6feb85d80a6e06cfc56c37d63c29804aa39cca 0.05 MB 123 111
210,518 210,518 0000000000000227cefdfe93db5d84242eed7159659d551480c2680aa8b8e100 0.15 MB 392 189
210,517 210,517 000000000000005660bb85479a3fb7e1655cb9153ecb2680284580e982946d6a 0.25 MB 524 141
210,516 210,516 00000000000002a1a902717062318dfcd5a1d5a1b22002eeffd6b4ddee550149 0.00 MB 9 330
210,515 210,515 000000000000040c98e6b738bdfcb98b81a1dd990154a31ced38226944cf7b3d 0.16 MB 124 52
210,514 210,514 000000000000006774296f82be38c636e6d73ed518189914f6d09c5ff0e49056 0.08 MB 218 198
210,513 210,513 0000000000000345d2c7a1ae04d9917f6c884147627da6d05bd7e9ee0024126b 0.14 MB 254 145
210,512 210,512 0000000000000314fd8e6fb8fb060a5b2a6b7c4bd1f4f7dfdb16d54ce5df0241 0.10 MB 241 181
210,511 210,511 000000000000030b6c8a33352fb0dd0a7081ac6eaeb9368898a05679d55d4235 0.05 MB 133 78
210,510 210,510 00000000000003fe71685702d7e5f8dce72007bdd7da51e22a4b1fe3da3d4c27 0.03 MB 70 86
210,509 210,509 00000000000002f768e79f1882294abe2fee9ab4ceb68dd628581ee4df403366 0.13 MB 270 158
210,508 210,508 00000000000002818dd67b31069481cb9318606729702b1db0b45ee065d368d7 0.04 MB 103 205
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.