Memory Pool Memory Pool Refreshing

5,324 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (117,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,188 790,188 000000000000000000050d975fab46702537f1538202471d11d15c8c3d603ad6 1.70 MB 4,269 75
790,187 790,187 00000000000000000002bb4fa4daa0ab2ec6c5be4aadb9a010a0bf0a07d25fa7 1.73 MB 3,707 50
790,186 790,186 00000000000000000002a9bc619d848db432fca91f380f6edc0c1b9d0d96393e 1.64 MB 3,880 73
790,185 790,185 00000000000000000002f311b6ed1d7bdd51caf1cf36a1bb32040f6ea7383ec9 1.71 MB 3,709 103
790,184 790,184 0000000000000000000424094af2a3f7f9bfac08ba32b7e295c833056e7262c0 1.60 MB 3,739 94
790,183 790,183 00000000000000000000d30c407bfd9121864516bb967a6b9afbe81407e28f10 1.68 MB 3,858 40
790,182 790,182 000000000000000000057fe4bbf3a9394c58ecb2aeafab20a6f3b55b03d5ac84 1.68 MB 3,618 53
790,181 790,181 00000000000000000001dca2fc64eff4bfe1543d7babc2f8b83eb2fe48511945 1.63 MB 3,894 71
790,180 790,180 00000000000000000004aa15a3c28f32aec0ad76411bf8bc6f966a06eb3d66b7 1.59 MB 3,016 66
790,179 790,179 00000000000000000005bebfe0cbd908074218c1b9ed7f5fd1d089a04112f556 1.61 MB 3,158 108
790,178 790,178 0000000000000000000098d8f2663891d439f6bb7de230d4e9f6bcc2e85452bf 1.84 MB 4,496 37
790,177 790,177 00000000000000000001111809591bec4b3351551ae943ec5201a2133bfadf64 1.89 MB 4,063 29
790,176 790,176 000000000000000000027e9a96af7c29d6ee2f2c07d8798e04b40352e90dfdc1 1.72 MB 3,884 43
790,175 790,175 00000000000000000004775255f8dacdbb283a86e2fbb8197740cfd0f0f5d3b5 1.67 MB 3,567 58
790,174 790,174 000000000000000000047396d9632c93def602fc35da08346e5c3da7efb52a78 1.59 MB 3,172 67
790,173 790,173 00000000000000000001aadcd2ac42e0fabcc46b9a2d2150963d4c594f22e294 1.61 MB 3,795 58
790,172 790,172 00000000000000000003e5cc296a5ca3d8a536c73f270849477de6da964a253b 1.49 MB 3,265 89
790,171 790,171 000000000000000000003dddc75d43c9c2384be735abeefaca4c937861bef385 1.76 MB 4,422 42
790,170 790,170 00000000000000000004accb2f70da290f45ad1b9175d081cf68577770dd5373 1.66 MB 4,028 52
790,169 790,169 000000000000000000043972bfe8ed6f3db4c466b2b2ceca38a33dd98bcb78b9 1.74 MB 4,172 41
790,168 790,168 00000000000000000001b9b0b3a6af0397dabb854cdb2c485a5f572d639e4f76 1.77 MB 4,372 49
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.87 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.