Memory Pool Memory Pool Refreshing

9,254 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (618,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,108 289,108 000000000000000095a7b4a4e1342875f4c802658517557b5b7030220268402a 0.48 MB 676 28
289,107 289,107 0000000000000000e3b4dc136b587abb5dd6b6d2ae9d8660b4aa7735e6747a55 0.92 MB 1,552 35
289,106 289,106 0000000000000000894f2753c273e3e14d00404125614d6392a1e3c12ed01e74 0.11 MB 199 26
289,105 289,105 000000000000000034f6a83a9409f0f6f929dca66dbf023395227b64b6b8896f 0.10 MB 89 15
289,104 289,104 0000000000000000e7be441273d95e0e65f0ba8634faa643a65d3f4655bd82a9 0.24 MB 310 26
289,103 289,103 00000000000000005f13b00e75b5826f3e7c7b637f56d01527e50994890845f5 0.15 MB 242 38
289,102 289,102 00000000000000008e69b7f93ba123ecc19f2f3d3050191ff92ed3750e871c59 0.46 MB 1,011 35
289,101 289,101 0000000000000000fcb76151d00ca0871f3a25439657b56aa05e65d6931248c5 0.18 MB 360 38
289,100 289,100 000000000000000049cc5d6ab637b8e0ec8bf07cfe1be201f1b6660547d1237f 0.61 MB 987 30
289,099 289,099 000000000000000072a03d13245710a6df16bcc6d251870d8b6eb95ed396f2d4 0.08 MB 71 21
289,098 289,098 0000000000000001066403d8deacdae17b9645557147f0331dbb66fd52698088 0.23 MB 380 33
289,097 289,097 0000000000000000e7a4e4ff5ac702a909c670d85a99f31a65df7ca47ffe5c2f 0.16 MB 317 39
289,096 289,096 0000000000000000ace10567032a42ab1113b3c9d1311d12755b6a24fba13e9a 0.34 MB 534 30
289,095 289,095 0000000000000000dc54b2e7e28c55a74bc679cce4a3b750b71f28b985b47150 0.10 MB 160 19
289,094 289,094 0000000000000000743b6e55a1f8d6d371e3b479096fe23b826b714ebee20bf1 0.38 MB 719 38
289,093 289,093 0000000000000000374636cce090152d82cab16de36258fc40fb7cb0e1a7abbc 0.42 MB 792 34
289,092 289,092 0000000000000000f23f5457b2fa7518fb4604d5ebbfc30a7dc237532da1b281 0.10 MB 196 27
289,091 289,091 0000000000000001144fdd97a6a8da0a314f8bb44eb81b65712408a3ae8c33d3 0.72 MB 1,240 33
289,090 289,090 00000000000000007d9de5bd9686291315f5d935d3c58e789e5cdbfe9ad53f8f 0.43 MB 671 30
289,089 289,089 000000000000000031e07d4701576ca97cc36e132db7f2b69e794822e6d49a1f 0.24 MB 246 27
289,088 289,088 00000000000000005a0722a911f681ced7b05e2b1cf5858d987ea798451cd775 0.69 MB 648 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.