Memory Pool Memory Pool Refreshing

7,442 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (689,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,528 218,528 000000000000044f3ca5a65427c71ceb30e564351f45151485123a88865a58f8 0.26 MB 365 153
218,527 218,527 00000000000004a65b53c862fcd63a0c54f9e11bb609d8829b5b4a150964e3f0 0.20 MB 604 273
218,526 218,526 00000000000003c08d040d2675f04a1cfecb7f3fd8af9412abca21299629b7e4 0.19 MB 344 197
218,525 218,525 000000000000005f9250c967817bccd570394f63cd729b4a63461a783e1d8b34 0.25 MB 461 207
218,524 218,524 00000000000000a48e3ae54943267c8f228a3268279623463ad426b291f53349 0.10 MB 236 161
218,523 218,523 0000000000000383717d4d4ccb1f7ea863aa149b34a712d12e0937debd0ca4f1 0.17 MB 260 132
218,522 218,522 0000000000000532516a304442df42a31d616774b6666b0eac106191eeed1583 0.20 MB 622 323
218,521 218,521 00000000000003bb6517cd9a141442be1ab069f92fdbd3eaaf728801e47651a8 0.14 MB 312 238
218,520 218,520 000000000000029ee6f52a220a4102c634a8a957b0693aa490adce5d7756d0aa 0.11 MB 277 214
218,519 218,519 00000000000000439aa970018f5349cb57bfc5d55cebf9d1189761141425d034 0.14 MB 253 107
218,518 218,518 000000000000002faa94b88bf4c49f03ae9890fcd7fa1c0477d819388f2c7714 0.39 MB 818 178
218,517 218,517 0000000000000073bc4e52ee9cd8f2082377062c12c153d7d99137fba4f9a9ca 0.28 MB 504 171
218,516 218,516 00000000000000f737f1a0062d0c6ee0693a8b3f259b66132dea125254681100 0.25 MB 745 226
218,515 218,515 00000000000002dc7ba49c6c9db4045509cbd65c9f12335872ba8cd70c09880c 0.31 MB 604 205
218,514 218,514 000000000000030f939d27b660ef6e8ccc6c2d65fee0e5f5006f6f6f9a00ae01 0.39 MB 635 122
218,513 218,513 0000000000000132e7c1c25d634e459f1603fedc152ac0196e2ef34d2f657da7 0.29 MB 669 188
218,512 218,512 0000000000000177911b793b0c25156ea329ae72a5b9e1c1590a3f5d6680e973 0.06 MB 106 99
218,511 218,511 000000000000033dcf8e637bec94e4e00bf02443ca3de5463af12c48bb24fcda 0.23 MB 349 563
218,510 218,510 000000000000046e734947fc6629c29eedf1e6d8df58f34f13c2339635594e99 0.25 MB 591 223
218,509 218,509 0000000000000377c915f085cd3ec508678dcb380cb02679fe72940ada7db050 0.25 MB 700 179
218,508 218,508 000000000000040de805faaca3cd5f7d251414f523320a45950f1f5f19f404de 0.05 MB 121 349
Previous 10 blocks ↓
Total Size: 769.25 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,635.18 GB sent, 94.19 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.