Memory Pool Memory Pool Refreshing

271 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (762,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,674 145,674 0000000000000549fc8ff384704163dd5df463f76ac7129c0b8487f036cc486b 0.01 MB 15 66
145,673 145,673 00000000000002c2a2287e4c4923d58e0f32b36c079d9999e4b44854825dd972 0.00 MB 10 419
145,672 145,672 00000000000007a9e928a79bd4aa7bf66e14f6840afeaaabb65a9f54dbb5c3bb 0.01 MB 19 127
145,671 145,671 00000000000006dc84e8de2dbfd7695a9d0294a344aaffcbdbbbc9cce29ce55a 0.03 MB 96 83
145,670 145,670 00000000000005dd47172f4b907e59f16b307280e8c15eaef75fe5c27fbab995 0.02 MB 64 190
145,669 145,669 000000000000059f4c03cc20bc1576eccca34d7c4b815126f815e3043cec7140 0.01 MB 26 207
145,668 145,668 00000000000008b24152a87d2d0a206bdd087be3983cf3c986b1dbc7e6ce3cf6 0.02 MB 21 274
145,667 145,667 000000000000059c06df35ba398b1b89fb02e2142aa685208f339b48c6cd5abb 0.03 MB 106 110
145,666 145,666 00000000000006b12e72ada83706aefb7c1db6a0b5dc8f2ebb916225098692ce 0.02 MB 55 140
145,665 145,665 00000000000008b2283b639ba1592f520b45a9a8148fc453e10e07e560da8a37 0.05 MB 126 186
145,664 145,664 00000000000008e31a6887f7d566ba8b398714a887c7fe052f50cf848881de5c 0.02 MB 38 377
145,663 145,663 00000000000003c2caa973a16cf981b12ec8826b7064bb2210fe5218716cdbd2 0.01 MB 13 510
145,662 145,662 000000000000064af0d1a13424c2a6a3e5544e77ddbb6da3ffb567af2122ef52 0.02 MB 66 583
145,661 145,661 00000000000005567d9db096cfcf36bccfb10745e26627b7c9b048fb1a46ae24 0.02 MB 76 12
145,660 145,660 0000000000000587eace459d76294f23cd3ffe85a512762988f696ff96495e55 0.05 MB 95 796
145,659 145,659 0000000000000304fa9d3ee50b6330846826d0f39f5af1d547f99a7c2a87d4ef 0.00 MB 7 759
145,658 145,658 000000000000027bf09f87f35948dfe806b6d9d24893b55a24f82700116572b5 0.03 MB 81 114
145,657 145,657 000000000000043c20ed927dc68b69c319f8bbc388e7d62953021e4d72a10a57 0.07 MB 41 54
145,656 145,656 00000000000003fbc6cce41f50631f3eb414e6e1c0f2e7846840c013007712f6 0.01 MB 17 112
145,655 145,655 00000000000001b2e43b44c3e10a7ae096bf43bcdf502c38b34a9850f6ef5617 0.03 MB 63 110
145,654 145,654 00000000000006fced3443aab326a09537c95bbec2ef67846d2053e33938dfa2 0.05 MB 123 98
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.