Memory Pool Memory Pool Refreshing

297 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (107,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,208 800,208 0000000000000000000035f3acad36a9d2ed80e5011ac6cc9eea75743871a37f 1.70 MB 4,007 12
800,207 800,207 0000000000000000000253b7a0f2bb82b6084b7e3e9c80272da50a601b5d918a 1.82 MB 4,585 7
800,206 800,206 0000000000000000000411b5e3962b9eb31566884df51024a838ac258e629544 1.70 MB 3,224 11
800,205 800,205 0000000000000000000079844d6f104ad5110b4f4bb13e6aaf00359c71a79089 1.38 MB 2,216 13
800,204 800,204 00000000000000000001e3be5f576dffc265c9e450978b2b2f267fe44fbfc3ce 1.75 MB 4,342 8
800,203 800,203 00000000000000000000504f8b61cfef4d4ba5a40d2bc217ee928737d3b635ed 1.55 MB 2,789 9
800,202 800,202 0000000000000000000030e6d65eb04beb373255d18ed7198fa881ea5a0abc89 1.42 MB 1,771 9
800,201 800,201 00000000000000000003d173cc439ebf8f9e294dbc54b39efa4fb8c4caea477a 1.56 MB 4,019 21
800,200 800,200 00000000000000000002fffbc886e1b5dcad46418aed2676658383f54a8d61d2 2.21 MB 5,435 6
800,199 800,199 000000000000000000040b9261cafaebaed13794afda35c9281d3f0ec73ceadb 1.78 MB 1,749 7
800,198 800,198 00000000000000000002fc824ece0e1f5e9f64d04781deb68c9a848510a31183 1.58 MB 916 7
800,197 800,197 0000000000000000000387519b34854f0590d1dd86ef7f3b54c0811c4873a966 1.45 MB 3,446 17
800,196 800,196 0000000000000000000237b688efdf4ec902e35231a10d4d820f3ea0d0f65f3b 1.34 MB 1,898 13
800,195 800,195 000000000000000000031121a89db5617aa8ae2fbe7571be236ab914d7f1a4d4 1.97 MB 5,660 6
800,194 800,194 0000000000000000000392fcf0c02a6202ad7793c86a2e786fb3d34301b4b1cd 1.86 MB 3,671 7
800,193 800,193 000000000000000000044b9fc660990dcb29487b7264854e683b8b0c3c24eec5 1.67 MB 2,612 13
800,192 800,192 00000000000000000004cc48bfb97eca8fc9f5ce671555186dddd1ba209d8d21 1.89 MB 5,003 8
800,191 800,191 000000000000000000027d81bf0e4229b6d492e488e6092f02f75cbc2aaaf9a1 1.71 MB 3,553 11
800,190 800,190 00000000000000000004f291a22900e3ccf1351ba9d8f7c44ddcbba3622da475 1.89 MB 2,845 12
800,189 800,189 00000000000000000004fc7d2c462d41c9184e1cf3de892575e310403278936b 1.69 MB 3,252 8
800,188 800,188 000000000000000000038d986d21e8c5f6b03b462dc16a342c078979c74201b2 1.51 MB 3,171 28
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.