Memory Pool Memory Pool Refreshing

8,311 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (591,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
316,107 316,107 00000000000000003165153a53d39dc2e0dc286ad69c014223aa3c1e711fe243 0.18 MB 256 22
316,106 316,106 000000000000000005927718244e767146beaae86d01b450a7f4a322a416ea36 0.17 MB 321 25
316,105 316,105 000000000000000002436ad5a7a8fd4fcca1c46571562cfc92e7852b1107906d 0.10 MB 191 54
316,104 316,104 00000000000000000aef9aa13b27d90b1677c3181ecb27e224a545c10d761902 0.47 MB 783 27
316,103 316,103 000000000000000036a5be82bf3de7c2523a27b228b66b6ee0522a22f833c12d 0.32 MB 490 27
316,102 316,102 00000000000000000b1ef9f5ab39c378aa2bb59d8e52e5525ff2af358fb2d164 0.13 MB 198 23
316,101 316,101 00000000000000001c73c97d4da5d2bb6213da4fab5dce9fdff71d7eac7bbe65 0.03 MB 42 9
316,100 316,100 000000000000000000a2364b360ea852632697eef72d702443b8a9c5a8c0ca9f 0.41 MB 596 24
316,099 316,099 0000000000000000230edbca667a9f746f681977410cb8eee77fb9c9c47ba602 0.32 MB 189 14
316,098 316,098 000000000000000011bac7384b5d18d3994f4afc9605e06df5764b3003169c0c 0.48 MB 270 14
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.