Memory Pool Memory Pool Refreshing

6,053 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (686,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,118 221,118 000000000000030f43440e3e18fecc696d6013e67ffa2e6d006766250e2bab12 0.04 MB 133 181
221,117 221,117 00000000000004fc886aacc3e52ec08c5b09e137fb4701a78ab5ccc727c11810 0.26 MB 624 192
221,116 221,116 000000000000018ac357bb04cc373abf722e24230769292619db61448635252b 0.05 MB 132 189
221,115 221,115 00000000000002d6602c3a0793995a38f0940596056473927c3027e0e30266fd 0.17 MB 339 170
221,114 221,114 000000000000050209fb8e91397ab08f3aeb3818773b4e1e63fc685740d0fbb1 0.03 MB 84 20
221,113 221,113 00000000000002b1d4445d49eaccb870a42b34682c562def54dd033265325def 0.25 MB 625 214
221,112 221,112 0000000000000121e2f5ef521097d21a1a2497d655b13321e1c9ab914abe26cb 0.05 MB 128 181
221,111 221,111 0000000000000472b9094d79aa3893e7cd8fd67a11f9b5425b9f631df396e59f 0.08 MB 91 86
221,110 221,110 0000000000000454d3131e847a0d14651ebfdf31fcc5ce4a162b0ef59dc7a404 0.19 MB 465 193
221,109 221,109 00000000000000133b93925e1bb73712e17fef56e47f12614d1f992fefc204a9 0.11 MB 203 189
221,108 221,108 00000000000004f61f92c6f42f90a3fc2f3f607e2db60ae24ec51ef127294f16 0.21 MB 421 199
221,107 221,107 0000000000000289047bc84e34e5632c8452f7761ac4931b304cf5b4542ec18f 0.01 MB 41 513
221,106 221,106 000000000000033e0b0206c9b7253a176b6c2367c06d41ba6b7906a4891102d2 0.09 MB 187 221
221,105 221,105 00000000000002eb3c6bbeada9521d1bb584a9b8a5b293f9d8832a147834f134 0.06 MB 156 267
221,104 221,104 00000000000004989115d4faa1c9f6bd80484cb6b509f940abf8669f6cde91da 0.13 MB 206 279
221,103 221,103 00000000000003a8ffd8af57e634a5fabf5d9944e8791b2d32dbb3e74c48392e 0.08 MB 177 195
221,102 221,102 0000000000000483c9db1e5049ee0cc8440add308c4e8bdd85a6eb0107269aa0 0.06 MB 118 162
221,101 221,101 0000000000000079602ab023bd91d080fea841067159ad2e61d2296ae52c7a61 0.17 MB 430 270
221,100 221,100 00000000000004f7d97b9c4f16c9324f18d120ddf45efa94a2ea1dc80789cc44 0.16 MB 412 201
221,099 221,099 000000000000002ee987bbff57a8531e8865559a53054f0a855b2279b07068ff 0.03 MB 83 5
221,098 221,098 0000000000000245bb992e746285654a15c7c240b5b8dfab9e1c308be5938850 0.15 MB 389 317
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.