Memory Pool Memory Pool Refreshing

17,663 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (547,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,789 359,789 00000000000000000884524ce6e191a0badddaf0f9fd8194c7c842251a30a470 0.02 MB 41 25
359,788 359,788 00000000000000000f8c36ac25b216f8ffbd628947674856ad486b740018e67f 0.07 MB 115 26
359,787 359,787 00000000000000000973c6d5073d12418899d7abbaf7eebba0ece8a2db4f4a88 0.38 MB 661 22
359,786 359,786 0000000000000000022c0b697bffe64e7a6805420fe95e1fffb4c8f2e3f3429d 0.29 MB 466 25
359,785 359,785 0000000000000000160de8e319aa58f2389e756547671fd6a915ad54f5fc09a4 0.36 MB 456 20
359,784 359,784 00000000000000000082ff2e198471d1938c1607574c7882581257987453b06a 0.15 MB 221 21
359,783 359,783 0000000000000000007f3e1b23024cefa832849921f0d4e7a2f6a487753ac83f 0.21 MB 158 16
359,782 359,782 00000000000000000bcf35f7df0da0ce28b2c3b5dc72a910c33d89629d0995bb 0.42 MB 656 24
359,781 359,781 0000000000000000132c80334d608f9f74c3471e8043acc7939ba37cf15f1a51 0.00 MB 1 0
359,780 359,780 000000000000000000f8d88daee79c6e42f4ef3f5dbb9229a3255e4af32ebdab 0.44 MB 663 19
359,779 359,779 000000000000000002eb69198972148f4bad9751482624ea7aa1728a9dd201d0 0.06 MB 61 6
359,778 359,778 000000000000000002fbdafc844ba5d702d81e2c5f7397dd96c2cff66aff31d9 0.64 MB 1,068 24
359,777 359,777 000000000000000016e2798fc2ac3a47b885393a337f6eb399b64118222352be 0.61 MB 1,056 23
359,776 359,776 0000000000000000095de7edc22f5016adf21685aef6602f52e64e37528872f8 0.75 MB 941 17
359,775 359,775 000000000000000011906fa5765ec5cbf4bdd2295d048c43093d36a5e57e4e75 0.75 MB 2,148 42
359,774 359,774 000000000000000009bb27452a0c9fd6af3bcad2e20422e60705112848607020 0.62 MB 1,261 28
359,773 359,773 000000000000000005892e84d8a1c15aa27ae7a965a688425ccdf55d69a93003 0.38 MB 772 27
359,772 359,772 000000000000000013ad5accf714ef37b0dfca19c0ce593d6f30ded6965f7e27 0.05 MB 68 25
359,771 359,771 00000000000000000ed2d99c7de967c4aac55e8acaa5fadb2849dc2fdda9f1dd 0.23 MB 308 20
359,770 359,770 0000000000000000079693d8d175b476081a04af9c1d00ea2dbe0efb011bd79e 0.11 MB 152 25
359,769 359,769 000000000000000013a434e751a958435cc0447597ac297201ebb866105f17c9 0.08 MB 90 18
Previous 10 blocks ↓
Total Size: 769.02 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,624.23 GB sent, 92.99 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.