Memory Pool Memory Pool Refreshing

2,639 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,601 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (591,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,128 316,128 000000000000000015a7037571fac89bae5dd37c22bc06523ef41f588a2e6d49 0.28 MB 273 19
316,127 316,127 0000000000000000111a4e99f8b2308764e2fa91018eae2e67ac975985e80c4d 0.19 MB 512 41
316,126 316,126 00000000000000000ba76f2b8c1d38434cb673446088eea2211f360c96f00763 0.15 MB 274 19
316,125 316,125 00000000000000001c03d03270e4b5ff58f6c78f645720fa374d7e402e602c7a 0.01 MB 35 49
316,124 316,124 00000000000000002eb1ba4e4c4d4ad9ba051d32bab9a67e940a7d86686f3a9b 0.19 MB 345 28
316,123 316,123 00000000000000002013736cb8f5fa1eae9c9c4e003a821e46c1e1a96e7c5655 0.17 MB 267 18
316,122 316,122 000000000000000029ec849b4d279237c6e06a24f4d4c6209424c6b8eb13c183 0.20 MB 402 31
316,121 316,121 00000000000000001e21dc522005d21a9d9365626571b94cebebacb5061752ae 0.13 MB 187 13
316,120 316,120 0000000000000000237ae2b000d36c98f97ba455469ef72c4fd45d4f81b88019 0.67 MB 1,207 39
316,119 316,119 000000000000000021709baf97a4a9c011e3602725c61b323a88586abe6863a0 0.10 MB 139 11
316,118 316,118 0000000000000000173936d4743849fa4a67a56ec3b8a1bb2adc278d9232b822 0.00 MB 1 0
316,117 316,117 0000000000000000150ab5769a9a0cda865746d5f6c51699b3d3f046bd0ba01e 0.69 MB 1,155 26
316,116 316,116 00000000000000001d3d14231b19222848f6c13c8fce88b415aa0f3628e398ae 0.18 MB 220 17
316,115 316,115 00000000000000001e9fab78ed6564f1909a976721c14e7a346be4dab618465c 0.49 MB 787 26
316,114 316,114 000000000000000026c53767dcba5f0c3c447af4c1e4d80158116547e1df6fb8 0.00 MB 1 0
316,113 316,113 00000000000000000b7625548ccb22ae54fcd0d01dca384d6ea00c3ea15b6cb2 0.18 MB 353 30
316,112 316,112 000000000000000012997ef7ca4c8121cc36a4eb11cb9b0ad61bfc4142c8f90f 0.07 MB 86 38,052
316,111 316,111 00000000000000000220a59cfe4e06784d6a268869f0c90be8d76234927d50c3 0.32 MB 500 27
316,110 316,110 000000000000000023e2696e2a525b32f4887266da7a694f5a924f375f2d3ba2 0.56 MB 869 25
316,109 316,109 000000000000000029c97cae656572a20b265decc4cfa1981c3614ea0de2fc3d 0.22 MB 416 28
316,108 316,108 00000000000000002aa698320e4d0fce2efab01765f3ebd7fdcba7d51e09be26 0.10 MB 163 24
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.