Memory Pool Memory Pool Refreshing

4,419 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,803 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (715,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,786 192,786 00000000000004849db9e417fad6b7ec2cc17acc395322a95b864825a7192f44 0.01 MB 30 126
192,785 192,785 000000000000082f68182ca44bbb60f160515ba96453c7eb93bac444a46b0123 0.16 MB 405 158
192,784 192,784 0000000000000778b482c6ca3002db2b5439c635a4c75d2849e8195bc4f319b8 0.00 MB 1 0
192,783 192,783 00000000000000ea96cef0800c6995845050d88da5ff34c7643df83bad0140c2 0.15 MB 416 163
192,782 192,782 000000000000016f496f1861d61562d084584d4c35b290296fbea8e3e194cdb2 0.02 MB 81 27
192,781 192,781 0000000000000340f75b930912ded09b9e6016700f43bc3cde8cceb4bad4f936 0.15 MB 437 204
192,780 192,780 000000000000002ca1c7842c93828d4f24e1a8148c37ce9b7f2a59926eab514a 0.03 MB 64 96
192,779 192,779 00000000000001ae8101d4683b232c43f062010cc13ff9b37ed1a746785ab995 0.16 MB 432 152
192,778 192,778 00000000000004ae02f4e506dd98697b702bf390de03e31be175a6cb5addc501 0.04 MB 125 10
192,777 192,777 000000000000007725efc3aabc6b8c9c9e8034f8a1ad80bcf8ae75393eeecc9e 0.06 MB 153 87
192,776 192,776 000000000000012b17e62975c0914a21eaa3dc1c2ffdd2af85cdb30d7f7614bc 0.18 MB 532 173
192,775 192,775 00000000000000ccc269bcda85ed4d55bd30fe6bce3d46e72ea33a8b441e14fb 0.12 MB 310 137
192,774 192,774 00000000000002e3225dea2c281bbbd6cc642403eee255e8cfd67e592cec1e94 0.02 MB 58 248
192,773 192,773 000000000000010aa32e536cde7cc63ae3a3903b5ecb58ae60cd38b89d11f572 0.16 MB 389 135
192,772 192,772 00000000000001a076025bfb34aa109d5bd54545458f0d19c648d2564c6b5d4f 0.05 MB 115 270
192,771 192,771 00000000000001684559fb0724b5b2e88c8ba2d950a975d0efa9a1e1ffffefc8 0.06 MB 94 101
192,770 192,770 000000000000079e78350e4252ea1a8b02e5f310a0e822edbc7f6404b35a1b86 0.15 MB 413 153
192,769 192,769 0000000000000322b5ed156f62ed0d9ba08c58ac1942aa3c42c7e4d4025a5cfc 0.13 MB 343 130
192,768 192,768 00000000000006cc86c6ca6f7a8e7af98d200e94fe30d705ff9aae7cbe4632e6 0.02 MB 29 217
192,767 192,767 0000000000000663ab7afa1256e7f1797983bb6a33754b41bbb88d3db9337efe 0.10 MB 256 56
192,766 192,766 00000000000001b1240c73993a6678fc290d8ea317e4ebd6d047d6fff658e6d4 0.19 MB 512 167
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.