Memory Pool Memory Pool Refreshing

19,759 transactions
6.33 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,690 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (687,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,983 219,983 00000000000004b3e85ef8d566e18e64da4c53a27bee0617c7de646659c4eec9 0.18 MB 239 131
219,982 219,982 000000000000048eb84811936012534e741da340a8de4a9a8cb11bc9d9b92218 0.07 MB 161 138
219,981 219,981 00000000000004cd327c972d4279e51607068f43f7ebc0cc880a6c5f96b23a89 0.25 MB 611 199
219,980 219,980 000000000000031381a5901f4715bc51a51a6f8f7c340d0006376081299a5950 0.25 MB 632 217
219,979 219,979 00000000000000f83a54c42243a2fe46bd0d376b9dae961cedb54ab1aa36730f 0.20 MB 401 163
219,978 219,978 00000000000005006481527bf7ef17a14b749e8f5344b74795b301ca4c9c1e22 0.00 MB 12 188
219,977 219,977 00000000000001eb0a3a49a3611c7a15f3f498850473d9fd87bc1af213525ef6 0.25 MB 501 155
219,976 219,976 000000000000007f121c9eb261dae589be0efc0349a1c91761522c6ba507e31e 0.29 MB 461 151
219,975 219,975 00000000000001dd2dcfc6c15e7b418f4fd19ce2de2d38e3cc1685fcad6ab73a 0.25 MB 739 188
219,974 219,974 00000000000002474eba150b33d04486f7d4fdba75b487839a7fbf3cd26f88de 0.08 MB 248 46
219,973 219,973 000000000000047ab26f987ee1c386e14720cbbc123aa2dcaf76c218306f4a1d 0.00 MB 12 44
219,972 219,972 000000000000038736d229406455e64036cfd674694c5a35c67ef33f6eda334e 0.00 MB 12 200
219,971 219,971 000000000000015efd48ecf2dd82989ddb6407c6b4a03ecc34454dcecde9ea09 0.25 MB 806 181
219,970 219,970 0000000000000488c8dea6432720362a2d3bfd06f80aaf0ac0a7b83207cdf67c 0.25 MB 793 241
219,969 219,969 0000000000000461972fc9578c3f22f5dc0356cb7a8bc4218825027abf7e25a9 0.05 MB 127 111
219,968 219,968 00000000000003eaf8940b4579ad6fadb60e3989d2b11603edf0fab95a9df718 0.31 MB 512 78
219,967 219,967 000000000000048a72ad33388fa5cee7debe25e9f2f06d11ecd4b6a615f6c859 0.05 MB 138 101
219,966 219,966 00000000000001c2e77166a8ec4fd18d31ce6530a8aee014ac0e78215b0259ce 0.28 MB 557 163
219,965 219,965 00000000000004e8197f225a337297687e651099690dfe138da801b04e0de4d8 0.25 MB 702 195
219,964 219,964 00000000000001355ed458ac7185e3642bb4f9cb4a97e294525f8337ad8e1489 0.45 MB 941 175
219,963 219,963 000000000000010b794a6a559bc205c39c151ef92363ef7dddf263c037079c24 0.25 MB 591 237
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.53 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.