Memory Pool Memory Pool Refreshing

7,420 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (452,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,913 454,913 000000000000000001e408d0ec106fc504c57bca9a4940205b43ba15b27e9278 1.00 MB 2,071 125
454,912 454,912 000000000000000000c310241381396e02da82a7135d78052d1c21872f503822 1.00 MB 1,882 84
454,911 454,911 0000000000000000016b946b2479fa88ffd0ac4306a97bed8bd3ee2232786af3 1.00 MB 2,646 140
454,910 454,910 0000000000000000006ba9f32a1aab75c935b04ac5a296cc5be4d519fb6a6e0c 1.00 MB 2,286 117
454,909 454,909 000000000000000000724891aade321b403cb54ee40c4d5a9964a77beca639d2 1.00 MB 1,924 119
454,908 454,908 000000000000000001a047dd136bd694e6c7c252fdfab95077e1238538729121 1.00 MB 2,507 143
454,907 454,907 000000000000000001e3ebdc70737fdb2e523baf20db376adcd0ea39849c7948 1.00 MB 1,951 131
454,906 454,906 000000000000000000e0c13fe7e58017c5390aa560e7bfae9ca59adcb32b8cb9 1.00 MB 2,637 136
454,905 454,905 000000000000000000fbc1b90deb379f7600a8d72033eef1d2114a12d55d573a 1.00 MB 2,643 145
454,904 454,904 0000000000000000027e75ced5ad5f9c39c6c4465e294f3b0cc6e7519ea42e65 1.00 MB 1,912 137
454,903 454,903 000000000000000001b6f4c61863baecc662e8ba2a1bbef0ec290b1038ebc286 1.00 MB 2,734 163
454,902 454,902 00000000000000000046cc3729e1a3bed8361c6b4a12d6b74cb8629b3e6c4a8d 1.00 MB 2,534 147
454,901 454,901 000000000000000001062b060eb6b5ae5242852f7c3126980901155f3d7f0fac 0.13 MB 83 25
454,900 454,900 000000000000000000c27a66742c2d20d728f6735177fcdb0b4e6e562c85db0f 1.00 MB 1,067 47
454,899 454,899 0000000000000000012c6b7703d2d27507a9ef369790a251e8a67336705ea15b 1.00 MB 636 37
454,898 454,898 000000000000000000a8d87992c91d7c820615ac9d290d0446f8b085d4ebc4b6 0.93 MB 2,037 117
454,897 454,897 0000000000000000010f59273f331944c3a77e616f63825f1cd09206dbf504cd 1.00 MB 919 37
454,896 454,896 0000000000000000014e66c022fef1c4e5f580fb4572bcfe74e3004cf505f0c7 1.00 MB 1,982 105
454,895 454,895 0000000000000000015b8693a5e5029e0b9cacc2e84040625d0bdc934bd85179 1.00 MB 2,612 140
454,894 454,894 0000000000000000001b56d9d3018138b85de2ffc0549de1d5f1477253dfcdcc 1.00 MB 2,482 146
454,893 454,893 0000000000000000001bd5d0bf709d79de458144f3c110f20394e7c5ea53faca 1.00 MB 2,368 128
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.