Memory Pool Memory Pool Refreshing

9,949 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (192,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
715,671 715,671 00000000000000000005a764a5d60eee15f0d02cf8d0ed70414acd27c18564ec 1.41 MB 3,505 6
715,670 715,670 0000000000000000000072544654f76cc53db79be247191c5c21ebaafa4116dc 1.61 MB 3,436 2
715,669 715,669 00000000000000000008a2a79168740629545f9714d90fc41f99c93942b08298 1.16 MB 954 4
715,668 715,668 000000000000000000071d7b3907b7bf0ae593b5c98d9741c81535ed0ac5d55e 1.16 MB 900 5
715,667 715,667 000000000000000000035db2aa1b47bd83ce9119b4c4e87ba7b8572c4a4b02d0 1.45 MB 1,935 7
715,666 715,666 00000000000000000000f5a3e015af258398386f1c584b5fc75407449228594a 1.00 MB 64 2
715,665 715,665 000000000000000000056dc3b8eb69ffbcbaa7b32149a8084a93c12f851a4fa7 1.13 MB 914 5
715,664 715,664 000000000000000000006e71f601c3d0a08b27277a23e1a6fdaffcd936bb73cf 1.15 MB 799 4
715,663 715,663 000000000000000000016b6462fdaf9dc23f9e7359dc4cb70eb32c7e876b7a43 1.07 MB 308 3
715,662 715,662 00000000000000000006084892ef6ae54a8de909062ac10b8889681278127ee7 1.08 MB 546 3
715,661 715,661 0000000000000000000b0aefb304fa0d2b6e7f0d7d08e9a7d8c270d10f644a3e 1.15 MB 816 5
715,660 715,660 00000000000000000004e1bcce96369ba8d6fa4ffe8b39d2f0c14ee2f457baf9 1.30 MB 1,856 9
715,659 715,659 00000000000000000000699554aac5e075207a82f6f086fe2a8e92887b2a02dc 1.06 MB 428 4
715,658 715,658 0000000000000000000af5a17f0d92ee0b28aabb28054a2b0e163a0bf76983d9 1.10 MB 427 4
715,657 715,657 0000000000000000000b4ce8113af80594e14106b7c7a2d9ed940938beb6e348 1.03 MB 214 3
715,656 715,656 00000000000000000000dc10e546db14b0a83db2ff0cb8ae4e41365ca5b6f964 1.31 MB 1,738 8
715,655 715,655 000000000000000000007a307c91ea817dcfcea1e3dcbe41782887b8a88b43cc 1.32 MB 1,188 11
715,654 715,654 00000000000000000008e823688431e48f52f8fe64be0e1d94ab9c380d8ad196 1.16 MB 403 4
715,653 715,653 00000000000000000007d69278ac9ba16d47e9a885a5bcd34fe9f09ff0f8675a 1.36 MB 1,357 7
715,652 715,652 0000000000000000000b364cccb64213f8029b4c0f1a480d9090bcd595e2a58f 1.12 MB 499 4
715,651 715,651 000000000000000000068b6d05c3329ae30d95950a1e27912e946e86c3c13810 1.17 MB 1,057 4
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.