Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (624,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,556 283,556 0000000000000000c0147cf46fe46ffa7f89bc0d8421d1418780d40476de23c5 0.24 MB 481 42
283,555 283,555 0000000000000000714ed85aaee6d903466005d964dd91a00bf4eb1b00e28f38 0.09 MB 173 59
283,554 283,554 0000000000000000cf4806c33ecf9cf2681573b3a059076c26b9f2a8887b36a9 0.01 MB 22 32
283,553 283,553 0000000000000000cbe9fd9033665c85e6ee8ac0f64ac3b06b48cada8ccde964 0.06 MB 98 36
283,552 283,552 0000000000000000a64ce04bd77e95559ce1056e136ef7007bc04af7a8a07426 0.07 MB 117 29
283,551 283,551 00000000000000003d2a62e27ef45e8f09e3a2cc6bebe6ebe809fb0315d5efe0 0.11 MB 187 39
283,550 283,550 00000000000000007959e17f5dd371aae6dadc6ff8b74e8f63818e9198b3cba4 0.12 MB 184 29
283,549 283,549 000000000000000018f1f4deb2f3527cbdc7cf0c92972417e4acd0b4f7cbf959 0.14 MB 203 33
283,548 283,548 00000000000000008a84c39dc6d31fa09aac9e367435754afdade239c7e627b3 0.16 MB 214 31
283,547 283,547 00000000000000018992320531ba4c81fb6fff7ef98ff8db366bf49621b7e611 0.05 MB 91 40
283,546 283,546 000000000000000012cdcd5670959355c0b21d238dfbf4c9035d2b7dccf5488f 0.04 MB 72 40
283,545 283,545 0000000000000000ec1b655a8eb9f69c8b5a3037b206a6114cf70889d1ac8bb2 0.17 MB 286 45
283,544 283,544 0000000000000000afe30f4ab495f2666027d358aed89f735c388c2095322336 0.07 MB 139 34
283,543 283,543 00000000000000017f3426568770644dd70552262b939d190da4fa59772a8b94 0.22 MB 472 44
283,542 283,542 000000000000000121044d942506a8a2628f26325e24588be37c65760684621a 0.22 MB 302 25
283,541 283,541 0000000000000000b9e10f0c480bc34f4a863fc537e0cd37382271e68cb7046a 0.05 MB 154 72
283,540 283,540 000000000000000092c8ba1c26af9406ebf046acb9a85e9f5b2d2932914cf88b 0.16 MB 273 37
283,539 283,539 00000000000000017573990a5c471766b89e0efe96ae56d5e6415d50cb3fd95b 0.06 MB 84 12
283,538 283,538 0000000000000000c751efe4b626942c6956c711855b510fc7361ab3c610fc70 0.04 MB 98 54
283,537 283,537 00000000000000015f17bd17fd94c5ea4c80714e94470a12ab3fbcc435b6ac76 0.05 MB 113 61
283,536 283,536 0000000000000001a9f3fd8c1a69da2725a67beae57500e3499c12526a962b2d 0.17 MB 271 30
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.