Memory Pool Memory Pool Refreshing

7,910 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,780 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (79,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,188 828,188 000000000000000000007b10f7737ee1c948b73a32a892f34ff6e69b47a895ac 1.57 MB 3,554 42
828,187 828,187 00000000000000000003e1095f9dc50659797a357ddc28dd1eb65b52c2881876 1.61 MB 2,703 40
828,186 828,186 00000000000000000000d721cdf694d94d46817cea13876ed4c167373386f006 1.78 MB 4,946 27
828,185 828,185 00000000000000000001b473d951a1ef496df39526f0f1dceaec6ac3e15991e2 1.90 MB 5,276 28
828,184 828,184 00000000000000000000d9c950cd741f1e6f8d8412a57bfd331b06b5c6585c51 1.68 MB 4,287 31
828,183 828,183 00000000000000000001d67cf441eb0b4cbcc4d093862e71dc6cf95b007559ce 1.69 MB 4,004 27
828,182 828,182 000000000000000000033ab3b4825842db7e3d12c7e82d3015d97fe0a688cf6d 1.59 MB 4,006 35
828,181 828,181 00000000000000000003c1b3c0187b0cebe0930a79f3f771acc7b838ae13b868 1.94 MB 3,758 25
828,180 828,180 000000000000000000003632ef5045319072cf42d26cf38713eb2a7fb0dab47e 1.55 MB 4,287 29
828,179 828,179 000000000000000000019929870c8dcd21dc768cff16a4fbb171dd577e9804b1 1.75 MB 5,082 33
828,178 828,178 00000000000000000001cb58836d64424cbf6bf9c51d40e5b1815b6ce1be15f7 1.80 MB 4,596 29
828,177 828,177 00000000000000000001f674adb245efdccc95fbcb92ed94846a674d65241271 1.59 MB 3,258 38
828,176 828,176 0000000000000000000058d9cd216d186b99ec88c5e1b2f99587df1f643bce3f 1.76 MB 3,195 26
828,175 828,175 000000000000000000027cb13bce518d733d5c23b230c178886367b5f879f907 1.98 MB 5,765 26
828,174 828,174 00000000000000000003e58da7d7bb99ec56719f45b287461688075ae9b74a52 2.02 MB 3,798 28
828,173 828,173 0000000000000000000302bf54e7b46225f74193c5b028dc49d4c19ad2e146c4 1.62 MB 3,684 34
828,172 828,172 00000000000000000002a600874fbdd81c4c7c873c3c785012b632d606b9a82f 1.64 MB 3,234 41
828,171 828,171 0000000000000000000321b266c8b20de272f393a8be91fececa004e415cff77 1.53 MB 3,033 47
828,170 828,170 00000000000000000002a754e7d0bee6112334aa7a3f70ad0dc159814c8cbf68 1.70 MB 4,941 33
828,169 828,169 000000000000000000029aa1a99f5d01132cd38224a507ef0fe9eb361b6d1d02 1.65 MB 3,539 31
828,168 828,168 0000000000000000000182a19a6c738420b27044d663f5962105dabc8f08bb19 1.64 MB 3,662 32
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.