Memory Pool Memory Pool Refreshing

14,237 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (757,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,632 150,632 000000000000061ad7df57fa8b44e2448895540f72131c647d21d29c93d2f6ec 0.03 MB 97 167
150,631 150,631 000000000000074df99eded5389fd9978abffb8d5c0a7f84d7e500cabbb8d21d 0.01 MB 33 150
150,630 150,630 000000000000049b1ed1cf677ce761101b258127d860e3f97b06d6146c438f47 0.03 MB 86 128
150,629 150,629 0000000000000796b555d562377c2bb70e44d9d68cac9d710127dc47424f47dd 0.05 MB 131 58
150,628 150,628 00000000000001cc0a1da58579a6b4658b884264022e7243d799236d41bcd12b 0.01 MB 13 865
150,627 150,627 000000000000037d421dc4f9e769f7ddfa5e3e445ce5787c002dcb95c11b1401 0.04 MB 67 80
150,626 150,626 0000000000000abbcf9f3599f62b06f9b304d8064ed70df628ef353290639363 0.02 MB 48 130
150,625 150,625 0000000000000938520004b69d063254587c3cb5afa081d082cf0a7bba51671d 0.01 MB 32 77
150,624 150,624 00000000000004b420d4dbfc2410401fb506d7b11b9ac10539500b6bb28b0640 0.03 MB 79 140
150,623 150,623 000000000000044cf43f0122a114626ac1ad31a25cc053875d12588b9327e7ff 0.03 MB 58 118
150,622 150,622 00000000000003f01574f1cc195eb4a5f522e92e88ed93ddaa91996a69c36902 0.03 MB 78 7
150,621 150,621 00000000000002609437ab41b09b0907a112bbcdd23288e42ace959ed372a399 0.02 MB 41 44
150,620 150,620 00000000000008205a3b2b2c3a740a6b3bcd2a07bb4143c1e0310f367cdc526f 0.01 MB 29 62
150,619 150,619 000000000000082e38ebf0446b8e5731c8c28a3da774e041ae463d47b1f2e667 0.00 MB 12 53
150,618 150,618 0000000000000060e6ace45cc92507e868d797e18a07c8b9efc269bb143c99fc 0.03 MB 109 136
150,617 150,617 00000000000001eb030bafee2b9771d3084e806434ef088e39556b8f5683a88a 0.02 MB 42 1,057
150,616 150,616 00000000000000f7710707062533382de34b9d15bf23b12b4132d1db7cc481fa 0.01 MB 7 228
150,615 150,615 0000000000000933474cfa72f0c1ea6d5b319a1ce50b5d155d6637c20392149b 0.01 MB 19 65
150,614 150,614 0000000000000556552356172e0ab92a9647c2bf7f6dcae10c78af1f5fbcafac 0.01 MB 30 135
150,613 150,613 0000000000000aff8ec2d9e41399737603a189799165e0eac856f44dc1a2c12f 0.02 MB 80 40
150,612 150,612 000000000000019cd8ac7d163baf101c730f8d802da66420b40fd3a4c0ba6c2f 0.00 MB 11 728
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,622.95 GB sent, 92.96 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.