Memory Pool Memory Pool Refreshing

6,759 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,856 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (728,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,224 179,224 00000000000003f3aaae1e253f976f05a6a2fa9e0b202b6e613e77e5528e4b1b 0.02 MB 67 2
179,223 179,223 0000000000000a27729d1ba09b6f0e13739624d72cf47d10dbd9777b7aaccedc 0.03 MB 78 102
179,222 179,222 00000000000002f27b95d4b9110ee62fd6c0c8a0ce2108048cb3af6358b4f2f2 0.01 MB 26 125
179,221 179,221 000000000000064bcb03e969745975186388e1f7e8ababb2c0efe1148015af51 0.04 MB 108 124
179,220 179,220 00000000000007ff5e721c92fbe0345e0d67e601ed3889564b85cdf2d6a987db 0.07 MB 93 89
179,219 179,219 000000000000068a4c52ac251fd8705365caa6895c784ac6cd094880d2bcac10 0.01 MB 14 299
179,218 179,218 00000000000008ff16268a90c8d28ff5139a70440e17ec28eaaeed5ea3648004 0.05 MB 91 341
179,217 179,217 0000000000000a45ca0e0da6aa9dfecdadaf993dbee66793ccaf74335851407b 0.01 MB 34 110
179,216 179,216 00000000000000d24bc5c7dee794c2ee88eabb031077e86e7073f06207061a3a 0.16 MB 395 129
179,215 179,215 00000000000008a4bc74eef85fe2e3966fcc176faa29facac60e4122dbd13457 0.02 MB 48 134
179,214 179,214 00000000000002a381b99a497543e8cc7f2ae32d0a488adcb1898d9e8a9b28ed 0.05 MB 163 35
179,213 179,213 000000000000067ba6cac6c96d5fba01d840aa2eb54e877dee29a6f6ecae0282 0.15 MB 395 154
179,212 179,212 000000000000024d7dbf1ca2226450467b353b293867805f7dab8fe1968918a5 0.06 MB 152 203
179,211 179,211 000000000000002241cf47a6bdbc011c7e6cc0ab43d7367e8a393c6158463a00 0.01 MB 16 57
179,210 179,210 000000000000093c23dd781ca809db01dc520f5a4689db18eeea9186366b7acb 0.06 MB 126 247
179,209 179,209 000000000000035c3142b8d7848794375194bf947014f728421103d9ea373cb6 0.00 MB 15 44
179,208 179,208 00000000000003169514b68dbb207173895c363977c5d37ce74f09eb14215ee1 0.06 MB 150 185
179,207 179,207 00000000000001979e1636e4571c71f9673f09aaa03391dbc241832de22158ad 0.06 MB 140 149
179,206 179,206 000000000000068249edfb36c4aeba9e839726afbc0b703e456286829aaa7fbf 0.03 MB 75 71
179,205 179,205 000000000000082c2420b26e0ac9f41933552fdc4124639d61c13624626f81a8 0.08 MB 183 149
179,204 179,204 00000000000003404b3bb3e123c038a25d4ea27ce0ece187a98d33277209aa6a 0.01 MB 19 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.37 GB sent, 95.50 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.