Memory Pool Memory Pool Refreshing

4,496 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (593,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,803 314,803 00000000000000002180fbbf2bfa44fe8291d215e6c230a1195e1e7194c49843 0.02 MB 39 36
314,802 314,802 0000000000000000028039351ac8c620b24027d47a22fc100a05f9a78d2d96f9 0.30 MB 407 26
314,801 314,801 0000000000000000238a2f7aee05cadbca9e63ba403881b0fb2f777e0c83482c 0.11 MB 148 26
314,800 314,800 00000000000000002320e83fe1bc95895ba8e0a0d9e56e94532262c0f770abe9 0.07 MB 150 27
314,799 314,799 0000000000000000021b038e4d12e00d2878483ae9921e97f3d9a59ed8f5469d 0.28 MB 423 26
314,798 314,798 00000000000000000a9f5f5afdc9387b5ab051861a935e2cc36be968291ae9e5 0.10 MB 256 36
314,797 314,797 00000000000000000958365004c9bec7b75beb3f0fd631a31a5133b054740fa5 0.05 MB 101 191
314,796 314,796 00000000000000001a8b30527b8df933a08f0afbf0cbcd4eca4cc39b440fbf8d 0.18 MB 342 29
314,795 314,795 00000000000000002d20378f0ecbf6caa55fb668258caec92967bfff0c26f62e 0.08 MB 119 21
314,794 314,794 00000000000000000891109bcb62ca5d274e19ff81824b36628f5371ca3a641b 0.11 MB 124 20
314,793 314,793 000000000000000025bccf56529d919f618b1fc7e2c7ea966db71973c9c79929 0.02 MB 33 34
314,792 314,792 00000000000000000c6628e8285d471fb047a54cde6e3776bbe0342112ff3160 0.21 MB 363 18
314,791 314,791 00000000000000001164f3d752cb372402385fd3e78b3df4ef98a1557c9f3203 0.05 MB 96 25
314,790 314,790 00000000000000002077b93130d3e738e4b3bd4a9e3441d42e8069950adbe280 0.05 MB 90 25
314,789 314,789 000000000000000023db42bdabd41adb006e7e823353ddc16f3e453dfc11d181 0.05 MB 85 20
314,788 314,788 00000000000000001531e4d8675be104525d81d713ae1982f1700d43bf032a60 0.13 MB 208 30
314,787 314,787 0000000000000000100d33b535b5d753b48393d35b59036d70553e8477d1e516 0.25 MB 429 27
314,786 314,786 0000000000000000104fb70d4c60760f1d8fad1472198dfc21adca8eade1684c 0.17 MB 272 24
314,785 314,785 00000000000000000c221b8079790dae6c66add375d7cd0609d4069a4db043c9 0.00 MB 1 0
314,784 314,784 000000000000000035c8901be03c9e1de647a2e8c68f8c271d055e6febf472bd 0.43 MB 799 30
314,783 314,783 00000000000000001480de7b90184a6e3dd9785b3f21836d77c63c4ece158872 0.11 MB 268 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.