Memory Pool Memory Pool Refreshing

9,113 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 4,079 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (695,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
212,616 212,616 000000000000016341df64ea0405e8931c4f4d60c70ff8c8d39201f1d0bf3e4c 0.10 MB 218 135
212,615 212,615 000000000000043212a9b0968cb5c7661b77f235b1be304f602c283b3bc5d37b 0.08 MB 196 141
212,614 212,614 000000000000023336180e5d11b282b3e707865b05416f58e2c94a2b36342f7c 0.07 MB 128 92
212,613 212,613 0000000000000295f95f5fe48a15f7851eae2cdd84385fe7d80c0b9a739e5ce3 0.20 MB 405 126
212,612 212,612 000000000000043486644771315fa1033edf7dc83c0cf4a6d58cb3c668558236 0.23 MB 424 133
212,611 212,611 00000000000004ab2bbf61d810a7d2725fc2c7ea6562dac7d82af71f3d7a1390 0.20 MB 621 237
212,610 212,610 00000000000002494ec9390ff0301689845a17753fe3c275c5365c6af416e3f9 0.08 MB 135 144
212,609 212,609 00000000000001d0ad7fc4687a53bfd17dcdc41edce175ca5e33df447bab1854 0.00 MB 11 185
212,608 212,608 00000000000003cb81eb1e345d5a555fcc86d8961b7f5da687d24dad8b8d6e67 0.22 MB 419 101
212,607 212,607 000000000000000c2e8de0eeaa74cc5a8d8fa987e54378b310ee7840b5c19c9a 0.46 MB 794 76
212,606 212,606 00000000000004a6602f09f4e4c15898a0845a8b00242aa382fa608e45bb59b1 0.14 MB 250 129
212,605 212,605 000000000000016839f7e15210c34d6c6df35d7cdc7199a2206643039dfeeba3 0.10 MB 250 185
212,604 212,604 00000000000001e0a77e50236c20d1e7d46a3ebc42a5eba6bc89141107fda7df 0.42 MB 796 158
212,603 212,603 00000000000002e8d7fe8c35f7577c694c8d4210a5a3b2182606314aa378ed49 0.13 MB 291 161
212,602 212,602 000000000000028258ec83fab93cc392f067d71ce30e1984baf7b67179402bfb 0.25 MB 538 170
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.11 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.