Memory Pool Memory Pool Refreshing

3,723 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (631,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,649 276,649 00000000000000038e96358b0c7aaaf69d63bac03820d5b47d59c9d00019c722 0.02 MB 53 49
276,648 276,648 000000000000000202b99385096abf80d615ebe4f31153b30dd0fcf34e1e10dc 0.07 MB 131 34
276,647 276,647 00000000000000025651511689cdf95fc4894c5666e66ec84c900d626c793129 0.06 MB 134 28
276,646 276,646 00000000000000007df9d9a362f285d6f976e625af9e46003858274f405cfdc6 0.14 MB 297 41
276,645 276,645 0000000000000001aafa8c2dd9dfb94760ad94a0766cb1341892c7e5e90ddd7e 0.55 MB 692 29
276,644 276,644 00000000000000012fdf472002dcaa94ac52b273af95593cd7d602fc954193c7 0.21 MB 415 39
276,643 276,643 0000000000000002237624723291ec601897fbc8a1714fc9f28d77e3e4ec7843 0.22 MB 374 39
276,642 276,642 00000000000000008fd781a96b59d083e49717946e04a3f9ce08882c28162c45 0.47 MB 1,085 42
276,641 276,641 0000000000000001a3fefae3c3ee1425163550a748180c010b419eda19af220f 0.22 MB 481 44
276,640 276,640 0000000000000000a905f8ef188def712ef8f4811fd372882677cb9b890ea92c 0.02 MB 34 35
276,639 276,639 000000000000000156525578a610eac31a9be685b7a7c7455b4e84b3f4a56281 0.03 MB 55 37
276,638 276,638 00000000000000038a9758e1948c1acbcf2d107ad7cbd1becf5aecbf6568c53d 0.01 MB 20 55
276,637 276,637 0000000000000001f28c84a04448a0ece5e803a6cb2472aa9bd4021db65e1779 0.25 MB 426 31
276,636 276,636 0000000000000000ae07d6c8bd03652bf8c88d91b9e3bed40c00c1f5ac474a10 0.25 MB 734 72
276,635 276,635 0000000000000003441f79a521a80b02a78ca1be48a8c38b44d5684319e9650d 0.12 MB 173 20
276,634 276,634 0000000000000000035b25c81c1dfcd781794fda03bfa0a34a6018ad4fac777c 0.25 MB 533 43
276,633 276,633 00000000000000015c5ec69ad35150f50a16ee01d1adf843a0d29ea515863715 0.30 MB 567 36
276,632 276,632 0000000000000002b299125cd1f7d14470e697a103fc38e881a28e2deaa4a831 0.22 MB 442 46
276,631 276,631 00000000000000000b760135e23fd233cc33bfe268361d47787946c46a8b88ab 0.09 MB 62 14
276,630 276,630 00000000000000037bb5935a0df065b4ba71e4b68c012f8dc26381fc9c8b1b91 0.25 MB 501 66
276,629 276,629 00000000000000030827c086e10a47aaeee8aa1573e9570f20537de0a0071038 0.13 MB 299 44
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.