Memory Pool Memory Pool Refreshing

12,194 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,076 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (180,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,642 727,642 00000000000000000004e4cdafae85b657bb1df072fad4a3e63d6b9e74ac310a 0.60 MB 1,077 7
727,641 727,641 000000000000000000007a25fd7699ca09e85b8e5d6ea3e586b68b6c8e63cac9 0.63 MB 1,124 6
727,640 727,640 000000000000000000081b2c2904489c8395f8dd22e901be70485f9ee9171704 1.67 MB 1,947 6
727,639 727,639 00000000000000000009f2e27c286d43f93be806b069f831ecbc7bbec30466c6 0.85 MB 1,062 5
727,638 727,638 000000000000000000060563007894b9da19a7052770b7bb7ff52baf4a44f326 0.61 MB 1,175 7
727,637 727,637 00000000000000000004bd1272f3f8410afbfee8fa7ae5eafd92e11bca97ab81 0.62 MB 1,295 9
727,636 727,636 000000000000000000082fcbccabb614fcdc3f72830b9a18f46af9efb076d484 0.34 MB 555 8
727,635 727,635 0000000000000000000758a99b82e20ce396d97e796ad1c65c855add6c0f47e8 0.05 MB 104 7
727,634 727,634 000000000000000000049d9fce64cf334e8c755934b590a07451d479ecfc3c0e 1.06 MB 1,443 2
727,633 727,633 0000000000000000000880c696f7867e32b10122324ab2c1f5003482c3a55b75 1.37 MB 2,389 4
727,632 727,632 00000000000000000006b6b0d86139e513bc51efefaff3e8750c93b2e04f8bf1 1.56 MB 2,947 9
727,631 727,631 00000000000000000002acc88da64608a5717dc6855b31557ffcf16be9c94c90 1.45 MB 3,219 14
727,630 727,630 0000000000000000000425ab97bd5f6d24506c9d00572a88aa30533c74dff3c8 1.29 MB 1,160 4
727,629 727,629 00000000000000000001ba1d7af5d07ef31f6fbfc9c68570867e53b5c29dda10 1.50 MB 1,619 8
727,628 727,628 0000000000000000000998bb37c979e0f9a641e26b49266ba96a6ac5920f5526 1.26 MB 2,501 7
727,627 727,627 00000000000000000008faec5f9f84b70c4e161d0a8f514b8d5f0472c2730ae8 0.04 MB 114 8
727,626 727,626 00000000000000000009d6ee22badbe0ff4fdd6a66d9e608141b25efcdfb0334 1.89 MB 1,065 3
727,625 727,625 00000000000000000002757017247fc287646f7e2e99736076f1434f22828500 1.75 MB 2,515 5
727,624 727,624 000000000000000000052f3800931d8c6c19dc4ade3370acf29529bbe42f320e 1.54 MB 2,773 5
727,623 727,623 00000000000000000007549823557762869c678b50a1fa637fcbc10bb22bbb85 1.54 MB 3,180 13
727,622 727,622 00000000000000000003caf797c1224a324e9b5dc27f4a754596ac0b445be9ae 2.03 MB 1,398 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.