Memory Pool Memory Pool Refreshing

1,823 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,808 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (666,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,145 241,145 000000000000006bbf753c76022823a1f0bc72604c5fd2e6102943038f3cbbbe 0.01 MB 25 234
241,144 241,144 00000000000000ed37b2ba9ab3223c6728343b236062142194b43e35b1396239 0.09 MB 174 187
241,143 241,143 00000000000000daff17fab9a19f39aebb6f2d287840d69adab8eea5659c520f 0.02 MB 32 0
241,142 241,142 000000000000002288d5241dcf1a0d2b4470776471a5e991a80697d2445000bb 0.24 MB 528 164
241,141 241,141 000000000000006654486c1c2826a607f2cca672e5ae749b08ff4f0818886a3e 0.08 MB 157 127
241,140 241,140 00000000000000de01b690f124a56186157a8aab267d7568463e35f489d09e38 0.01 MB 9 63
241,139 241,139 0000000000000019364fa19757ba4367f27cf6ec6d263adb5150757718fa6c98 0.10 MB 197 132
241,138 241,138 00000000000000087d376795da481cce5d02a12899098fd3aa0aca96930de6be 0.02 MB 30 97
241,137 241,137 00000000000000858dfe6b89d2ef8e9222394ee79c90fdfa5a1f1034587d81ab 0.01 MB 13 122
241,136 241,136 000000000000001513cd125e8c5339454cff667d6676daa5c0e957130e6e7d65 0.07 MB 116 95
241,135 241,135 00000000000000b116fad370cc01a6d2b227543e12978e21fe0771f8d7248796 0.08 MB 161 137
241,134 241,134 000000000000004ee9bfe2621c04b65a56d02708ae47e3463119bf884fb385ac 0.06 MB 131 144
241,133 241,133 0000000000000082e5ddc4b999d62368ef7f70d25e62ee67f2349b4e6f4cf341 0.05 MB 114 152
241,132 241,132 00000000000000a020e79f32cf90f925e1f4af0ed86699bce3cd0807cbe893a0 0.06 MB 129 165
241,131 241,131 00000000000000a96a592b32dffc46a909344b80fbbc51aab2fe8e94dc8c6b8e 0.06 MB 96 121
241,130 241,130 0000000000000103c2e8cdb4c86ee1f301721f87819c1ba360c319d0b035f636 0.25 MB 189 25
241,129 241,129 0000000000000015d60231d255f4aae1ab1beef022c0887362dc97f3ff907416 0.19 MB 324 136
241,128 241,128 00000000000000cbbcd290d2c0a84be630daa9ff760c30d1cc689142c144515c 0.03 MB 74 33
241,127 241,127 0000000000000052f43f7f9a991bd0722afa75b5f2a5fd3d3cae7de5295c8dd6 0.14 MB 292 104
241,126 241,126 0000000000000021af5de5e8499ab06b0fcf4a9fec9de0fe5c1f89ad221a16ac 0.25 MB 619 208
241,125 241,125 00000000000000899bbeedc02751ab039d1a197b053101c0eff8d9bdacdda2fa 0.41 MB 794 140
Previous 10 blocks ↓
Total Size: 769.08 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.25 GB sent, 93.31 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.