Memory Pool Memory Pool Refreshing

5,133 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (26,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,173 881,173 00000000000000000001d40d226b4b4c6154df341028a9c26f5013eee5ddf36f 1.99 MB 1,232 2
881,172 881,172 00000000000000000001755458b510d16dbbfe9acbfd267c54d4983847db6a35 1.78 MB 1,813 2
881,171 881,171 000000000000000000027b49e9475fd78805fc36f1b11494406ed5c703eab191 1.73 MB 2,775 3
881,170 881,170 000000000000000000020e0a0e9086623df520128b093a86536c880a69b00be5 1.07 MB 3,311 1
881,169 881,169 000000000000000000010684e17e39d4b725b4ed52ad6f507eb5f70658b1c20f 1.02 MB 4,831 1
881,168 881,168 000000000000000000014b3619c735315697f5c172ee976d713365fd7adbbdff 1.24 MB 3,654 1
881,167 881,167 00000000000000000001ef7ba83b75bd79102474b4943914cec9b7b2cb5f8580 2.02 MB 2,581 2
881,166 881,166 00000000000000000000825cadf791263a4030b7d9f6e882556f8ac0a54eefee 1.90 MB 2,432 2
881,165 881,165 000000000000000000022bf38aea15774815a015b341928bdaf281a3be1ab43d 1.77 MB 3,010 4
881,164 881,164 00000000000000000001a9e6ffc6adfe077879caa954001ef7663197e2744a1c 1.75 MB 1,326 2
881,163 881,163 00000000000000000000d59e75b6a623933750c3a34a53d650db91fc7714cb18 2.03 MB 1,331 2
881,162 881,162 000000000000000000003dfa3d1682843de93d342820bf6cb6c4912e2153697b 1.98 MB 1,264 1
881,161 881,161 00000000000000000001b4e75c7d101dc22d9aba4f01bae7babb8ce0695b80f7 1.96 MB 1,268 2
881,160 881,160 0000000000000000000079137fce8b3972e043c3711355e8133f26d09712fe9f 2.11 MB 390 1
881,159 881,159 000000000000000000023405853ca7d9067b04d0aa70375ecbe6b7f2fed0e9b6 2.02 MB 1,494 2
881,158 881,158 000000000000000000017269b1d4f125d6f050c37b120c68b4c09b86a5e9ade5 3.22 MB 857 2
881,157 881,157 00000000000000000001de634a8562aa2f5792ee0d267b0649d854bd31c1560e 3.77 MB 221 1
881,156 881,156 000000000000000000007fffaee4a408b27f9cbb2ee45865841e8048cec78412 2.56 MB 1,921 2
881,155 881,155 00000000000000000001f6136194f9e561538d8331b7c825b3d79a8fcefbf08a 3.79 MB 308 1
881,154 881,154 00000000000000000001700b15517a9657797bdc270c747905b1fdcbd6ddac01 3.50 MB 435 1
881,153 881,153 00000000000000000000755cd0cffcce6c269fcce45a2d480ba2cd87b92f89e1 3.86 MB 249 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.