Memory Pool Memory Pool Refreshing

6,261 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (703,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,762 204,762 0000000000000208c4b6f3443b854c42d729e40fdb79d0d046a967fc8aa189b2 0.03 MB 91 142
204,761 204,761 00000000000001279589a639ff4f81a187b9c285c7a80ceebf2556fd2f660ba1 0.21 MB 395 54
204,760 204,760 0000000000000548be919d7feb152cfcd1f39e2e95582c63594d08fed43628f9 0.19 MB 402 165
204,759 204,759 00000000000000fb0e1744fb9dae8ed568849f9338d22b986098eadf50a77b19 0.16 MB 371 153
204,758 204,758 00000000000003fc3dd85c7f18fec9ffd717bcfbd97b986c3c47bb720fd288d2 0.02 MB 54 257
204,757 204,757 00000000000004ef7aa6321abd05e3f8613fe39f1b0b6883af4ddb2beae6c2c7 0.06 MB 82 83
204,756 204,756 00000000000003d127d092b018ad9011c274a16c815059db7216c40ee5097e9b 0.00 MB 5 130
204,755 204,755 0000000000000206bfd10c6754aeeabafe4b3f8baf547a2bb6122c78dc3d9fba 0.03 MB 127 44
204,754 204,754 000000000000049a29c499f93477b8e7cb1fc632dd1029207febb132239749d7 0.05 MB 136 38
204,753 204,753 00000000000003edea538a7838cce8a0d7ddb7c0f13b602eb0408adb11aa3734 0.14 MB 263 73
204,752 204,752 0000000000000298508a1a34440a8a13d929e14b1454babda87a998d8537337a 0.18 MB 502 155
204,751 204,751 0000000000000345a56f00512a458e1ccf6f55f04140bf984e626c2b9fa19dd2 0.25 MB 545 137
204,750 204,750 00000000000001455129377e9cff0876e47b6c894f0730806c21606a4387beb2 0.05 MB 140 81
204,749 204,749 00000000000002533bc630fc9dbc90b56d3da041f8cf89b88db174e721fac8a2 0.00 MB 1 0
204,748 204,748 00000000000002a491b42b9c62581192771c640b07ce674abd524fe8984fdaf0 0.00 MB 6 1,213
204,747 204,747 000000000000018fed5fa228f1b5832581c686c990a2e4bdda15a6a5bfc586f6 0.11 MB 284 139
204,746 204,746 00000000000000641b09a14610827ba35afbd541da13c707459a20369d3b5482 0.10 MB 145 73
204,745 204,745 0000000000000406ebebb32b32e06e656663acfe030fbc515e870d5304ffa02c 0.16 MB 465 156
204,744 204,744 000000000000041fc58f783331d64dff60df52aca114b20a242eae5cdffc42e1 0.00 MB 12 61
204,743 204,743 0000000000000511154272d285a181a8e66f429e99f45a452d640117a495be05 0.05 MB 124 132
204,742 204,742 00000000000000272ac5d4bdd4e057df5aa998475bac55154a69e33c6aa948b2 0.03 MB 68 103
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.