Memory Pool Memory Pool Refreshing

6,881 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,244 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (564,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,398 343,398 000000000000000014d805ce65885627c360768df81b59a5cb101ba40eb10c63 0.39 MB 377 16
343,397 343,397 00000000000000000c8943ff33f557a4c878c6ea1d17ed28b694b9c6f8f8fee6 0.63 MB 946 24
343,396 343,396 000000000000000003baee14445852134ddfb2a552bc3357a40a09ee5a1acca2 0.05 MB 53 16
343,395 343,395 000000000000000017d582f3b99be467a9a886a1cfac3ddd61434ac54bf97828 0.09 MB 161 27
343,394 343,394 000000000000000005ba17f7d0bfd4f99bd4d813b12d5205337b3e3e067fd73b 0.17 MB 203 20
343,393 343,393 00000000000000001372a379f9579ce36b843e9b616303a3166ddf3b183fe4e3 0.23 MB 279 19
343,392 343,392 000000000000000006a1ebe770a51ef479f3bc8aaef039f6098322be416fcfcf 0.10 MB 136 22
343,391 343,391 0000000000000000074a4b8bdcdc3a686b2fdb0bbf95489cdf3923b17f0788e3 0.12 MB 168 18
343,390 343,390 0000000000000000072fea04f2d715623a94294fdbeafd591681ecf4e27337ef 0.14 MB 178 22
343,389 343,389 0000000000000000182e38d8cb9383cd066b436b854b9edd165e81dc9bb4fc83 0.10 MB 91 4
343,388 343,388 000000000000000014a34c307c1e451bf5b5af72c2e579392b56bad0327f294d 0.06 MB 86 20
343,387 343,387 00000000000000000005cdb30441fa3885f992071f15c2992c3438920bd998c5 0.39 MB 685 23
343,386 343,386 000000000000000002f60f5a8a78b88a9ad4f0ca6ee406d455f9f9ff4547ed06 0.06 MB 128 33
343,385 343,385 000000000000000007cc7c189ff3858748da29c21bbcf36adcf2b8a935569a6a 0.07 MB 159 27
343,384 343,384 0000000000000000142066f5fb15848d0323759f813db81c71133521a3353f56 0.59 MB 1,059 23
343,383 343,383 0000000000000000128ee295be5fe6fee50ff6a5d616c473dee2b5f62bfb9e63 0.19 MB 300 21
343,382 343,382 00000000000000000308fea5789b1ce77d2795bd1b2bd9226970451227bb9c5b 0.39 MB 681 22
343,381 343,381 000000000000000014c492084bda3bd26e2a7f746aa6ef02ed91d2dd4ba7b508 0.68 MB 1,069 24
343,380 343,380 000000000000000001357fda6a008d178b2de40fd1aa4cf97652191d774daf2d 0.02 MB 44 17
343,379 343,379 00000000000000000219cf2f8063f065452ccafd103892ad5a6de567bffa074f 0.31 MB 445 23
343,378 343,378 00000000000000000b4aa4164956294e67fb257b652de641585c7eb4019c12a3 0.10 MB 131 13
Previous 10 blocks ↓
Total Size: 769.24 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.98 GB sent, 94.11 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.