Memory Pool Memory Pool Refreshing

919 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 913 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (636,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,197 271,197 00000000000000053a9ba818a673c89cee3a90c779d368d234f45ceae04a8605 0.16 MB 348 59
271,196 271,196 0000000000000001ce6ad7084ad00d8adfb4d743992ee79aba66bbb8f5c8f365 0.20 MB 360 52
271,195 271,195 0000000000000004210b779fb70c519dedbf1aedf4153109194ea59403070a27 0.01 MB 23 50
271,194 271,194 00000000000000051b599da08a5042d7a287928f97b0f0131d61f37e94e0906b 0.11 MB 128 35
271,193 271,193 000000000000000016bf7b52509b1389a440b7aa194acd1af0cd88a89749fa35 0.25 MB 620 62
271,192 271,192 00000000000000036c03308d5278ccaf867282446c6124a83c491e6b21c0d9f5 0.12 MB 272 53
271,191 271,191 000000000000000303b337c746a795d844b04dc84d4074cad207678d14910576 0.25 MB 451 52
271,190 271,190 000000000000000086308a20cc0b039860720e6f3d6315434bf329220ee2ce36 0.12 MB 118 31
271,189 271,189 0000000000000000901257b3ae107fd67bf8f9190eed6d549350cbd5e3527ca2 0.25 MB 416 32
271,188 271,188 00000000000000007219895fcdcbe227df158c9059e57c6b1dba72ab62d93e32 0.25 MB 680 84
271,187 271,187 00000000000000064bb57c6681a117371f06c4efe26917d9179a56cc20cff9f2 0.12 MB 197 41
271,186 271,186 000000000000000299c72d3515d2213a92c3bc93225c498cfc15a32b8c1acebf 0.25 MB 476 53
271,185 271,185 00000000000000066169b299a667f4ea037061871c7205854e597e091dfb727a 0.10 MB 228 44
271,184 271,184 0000000000000000625cd1ff4b40a21f04710e4a911d1f8b88ad8ffce92c1320 0.11 MB 212 64
271,183 271,183 0000000000000004435265513215f4ebe838811bd673de2d676311b385707a1d 0.10 MB 223 53
271,182 271,182 00000000000000034310f1847e086efb41ca74edf930bc61d85a6c3da9607c47 0.14 MB 282 68
271,181 271,181 00000000000000023fd395f95400c05769e9267dcef2216833d107c262b111f0 0.22 MB 370 55
271,180 271,180 00000000000000029b79b75d7880c1346a9daed68bba6436be96334f88dede21 0.16 MB 134 25
271,179 271,179 000000000000000208747b0ff742c327ebb4471b1430eefc90a8b70ac5934917 0.08 MB 158 35
271,178 271,178 0000000000000000ba471db57776a48e4b1759f0e24cc510d0c1852383d02454 0.34 MB 566 47
271,177 271,177 0000000000000002cf64295eeaeb5768b6d4a8aa2b000ff892bf3b278598b783 0.25 MB 479 43
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.