Memory Pool Memory Pool Refreshing

2,625 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,087 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (685,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,656 222,656 0000000000000155f5354199fae138dbfb6a580586d550fbd09beb3bdeebf071 0.20 MB 336 158
222,655 222,655 00000000000000fdbb11ef1a37b5dfaf5e1aed96e607f521f292391a9613c319 0.25 MB 642 191
222,654 222,654 00000000000002f0f4e78f3e67ebe5e5dde36457ae5db8b853121f60e5568ac4 0.23 MB 561 190
222,653 222,653 000000000000019c30c4e0984e91281250a339e61c2c68ed500286c771528548 0.02 MB 40 202
222,652 222,652 0000000000000137854aa417967d47c9bc7176879af05cab78c986401d66ca1d 0.11 MB 267 190
222,651 222,651 00000000000002085c096bc8a6e07dd0d2ded3f2d95e95fa09b9e752953b6c6a 0.11 MB 256 187
222,650 222,650 000000000000039f6583863738ca90568e0a8e0a26ffb340376c8004c0b2e163 0.09 MB 265 44
222,649 222,649 00000000000003b7b782bf74d1772f831b3aafcfcec8cd9d7f215c1c4b075612 0.14 MB 254 174
222,648 222,648 000000000000006a9e301f7811e87cc5d2efdd2bf37ab8cca41e722ae4fbc4b0 0.05 MB 64 94
222,647 222,647 0000000000000228a55a39965bdddad5f5d5c1af4f978cd35ff70baddc7a67dd 0.25 MB 401 148
222,646 222,646 00000000000003f759cc3741b9834684d6dc75986b2474ee25b9fbfcca2a6d33 0.24 MB 491 158
222,645 222,645 000000000000003dadefab0f634fbb462c1a4e1b85084793bf18ed273e34f220 0.25 MB 538 181
222,644 222,644 000000000000020e7ea20596ff9d5fed24d9dcfaf655c8aeedf9b2313f7be456 0.19 MB 385 155
222,643 222,643 00000000000001045aad63d3ced53ec62637c1978acb25abae6bfe2fdd7b4188 0.25 MB 537 153
222,642 222,642 00000000000000497dcf2ef5e76d7034815651f17b4525452ae532db93b4e9a7 0.25 MB 675 207
222,641 222,641 00000000000000a134623ea99acbb82b203e62d7037d7c447db46e53c499304f 0.27 MB 552 135
222,640 222,640 0000000000000025206e46eae40a32c591c686f6da7068001fcc4bebe10aec21 0.26 MB 426 183
222,639 222,639 00000000000000bda157a427336cc130e848ceda203d748920ff873e64f31216 0.24 MB 240 142
222,638 222,638 000000000000015edaa9c1398dea42ff39e17aa1050542a48800c6c250e50f4c 0.03 MB 37 93
222,637 222,637 000000000000029e658d072ba89c7e5f46143be486d202930d75500bbb1866f6 0.16 MB 425 176
222,636 222,636 0000000000000149cd24dbeafe839ec605e0b04b78ecca588db286f9216de0bc 0.08 MB 160 190
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.