Memory Pool Memory Pool Refreshing

9,303 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (785,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,597 122,597 00000000000058b37aa73346acb8ab8d2050fe276197416558819619c9edb8ca 0.01 MB 11 789
122,596 122,596 0000000000004861572992cd00165d8f5a773002e585fa6ea770125784fc759c 0.01 MB 31 2,674
122,595 122,595 0000000000000c4eaee029f38faaed05886dba8497004b3e29faff2cbf915155 0.00 MB 9 320
122,594 122,594 00000000000083f67345d5917c6766b8ff4668b303667ebb54710788ec6e706c 0.00 MB 9 568
122,593 122,593 0000000000007fd9bfcf1299623c4b6277a28599392ed78f73bef38a841797de 0.01 MB 18 702
122,592 122,592 0000000000000c4535ddc2a2ce7fd5410bf5cb8f58ea1dc8e0e2d093ef61c8fd 0.00 MB 9 0
122,591 122,591 0000000000000a3585ab394ec2016da7de190f8e8fee339a534f3aea724caa49 0.00 MB 11 323
122,590 122,590 0000000000003ff82c131727ebcf003b6dc3eb679ba9d69ee222a38274736fc6 0.00 MB 11 0
122,589 122,589 0000000000001d8eb039d55af96755f169a1975d83a78d9c74509a66a165cac1 0.00 MB 10 889
122,588 122,588 00000000000059725e766c54383a34006eb83063bf90de20c01af8a833218797 0.01 MB 30 711
122,587 122,587 00000000000019e25d5787575f0965254ab639aa4ac581f21cdde484c56920ef 0.00 MB 9 0
122,586 122,586 000000000000185d854f44ed3fb9e784d816f65b6d0757c254e3c3cd9551b9e6 0.02 MB 47 745
122,585 122,585 0000000000000fe634b775b574cb047ad2b3aeec5632d2ececc002091b725483 0.00 MB 10 0
122,584 122,584 0000000000003ff9ccc408f2bfff85f96329558496dc3da7ee97c5efc6ff5c6c 0.00 MB 9 582
122,583 122,583 00000000000089ef67e84710f7fa859276e2ddac97065aa71ec190933631de76 0.01 MB 13 464
122,582 122,582 0000000000002d25bd4d26e060bbc0ad4ea9bbec2884f3e198c6c7aa5b3bc0a0 0.00 MB 9 0
122,581 122,581 0000000000008ef435c100c87f423d2200d79d3378a981ce614a70679d0abc68 0.00 MB 7 0
122,580 122,580 0000000000007b4c08cd2912f7c51fa0620805b63ecee7fb49e0170c2212d6ae 0.00 MB 1 0
122,579 122,579 000000000000302d4fd20f1ba5c20915d086dc95828efb248916f38568adb7c5 0.00 MB 15 263
122,578 122,578 0000000000000dab9d15f402bf624d6ab509ce0afe861050bd877d41722d5d4e 0.00 MB 13 523
122,577 122,577 000000000000211f05de22436aa627ee902d4ba2cbfda7cd37b97e0e569723ff 0.00 MB 11 842
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.