Memory Pool Memory Pool Refreshing

17,387 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (4,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,124 903,124 00000000000000000000260a89c3f2cdf60e34e8ff54067bc18e9301d22320a1 1.99 MB 2,310 2
903,123 903,123 000000000000000000012c9cc63b1b08dc9a4a664a24dace1da37465e5dd9a90 1.52 MB 3,359 3
903,122 903,122 000000000000000000017e19189c525f1f073105acc173022cf73b1f782913e4 1.49 MB 3,493 5
903,121 903,121 00000000000000000001f461841ae3149816395bb5a66ced96c07ee6fe006293 1.73 MB 2,680 3
903,120 903,120 000000000000000000012794498ba6461c75d241cb99d2c95641687907e1519d 1.84 MB 3,325 3
903,119 903,119 000000000000000000004cf7ce4a36815a7b52012f3e48640fa6ec522c7537ac 1.60 MB 4,071 5
903,118 903,118 00000000000000000000fb5cddab7029ea94345d6ddf44ee5eae34740a49a10e 1.57 MB 4,139 4
903,117 903,117 000000000000000000007a022db43cbf7f78510cfb35020635e6cc55e4153085 1.54 MB 2,922 2
903,116 903,116 00000000000000000000350fc75e2539767d0fdcaecf2c2eb749911991373d3c 2.17 MB 2,418 1
903,115 903,115 00000000000000000001f1451d907db6d48f3f8e2fe0650b162e3cd57358b6b3 2.20 MB 4,169 1
903,114 903,114 00000000000000000000ebf7d50c9186d514b84bfe09c477351e612b3beef5e1 1.72 MB 4,330 1
903,113 903,113 000000000000000000003431ebf46a380c23627f55e646f2b9058522dfa3cf90 1.72 MB 3,567 1
903,112 903,112 0000000000000000000066524817b1226c9ef8951393b786a5b327db657ff4f8 1.59 MB 3,191 3
903,111 903,111 000000000000000000009aafd9a4fbfd960e4eb29c8e5717963a710f5d985c69 1.61 MB 3,945 5
903,110 903,110 00000000000000000000a2d74bbcebe0b2805694afd92da8661a253270816e4d 1.79 MB 4,692 1
903,109 903,109 0000000000000000000074e667b4e3830318eaa6d7eafd17521a392648424170 1.65 MB 3,018 2
903,108 903,108 000000000000000000008a432ad512c95cbce2971d0403d6a866878509dca632 1.64 MB 3,202 3
903,107 903,107 0000000000000000000233b70d6eb3e27603794f629c46772a4e5a429206ba5f 1.71 MB 3,828 2
903,106 903,106 0000000000000000000143637414784ec9939968ee7a0e992a53cae5596a983d 1.59 MB 3,277 2
903,105 903,105 000000000000000000017d954fcf6730b66bf50a3e87190f5fc02527b5efb789 1.77 MB 4,636 1
903,104 903,104 00000000000000000001c741d7c5c544f41f86c50cfcb461e374cd371eb20ec7 1.57 MB 2,552 2
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.18 GB sent, 92.99 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.