Memory Pool Memory Pool Refreshing

1,964 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,954 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (609,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,155 298,155 00000000000000006b5f4fe992cbb2e580cc24c16bca2d5a75a82a1e7b874155 0.32 MB 590 40
298,154 298,154 000000000000000009a44d45dec0a6f6f7850ce59fe114c9238537f5ec2d6e41 0.27 MB 263 14
298,153 298,153 00000000000000006461b7705f56d81bbdfaf5522002285d7cc336ce5e8807d1 0.35 MB 935 75
298,152 298,152 000000000000000042c03a0d3aad688ab1c6062a5a391605ff854c7a7ff47033 0.50 MB 1,184 39
298,151 298,151 00000000000000005be42843a69d6ad5b46f6d4af2093d58772f77198817a5ea 0.03 MB 64 30
298,150 298,150 00000000000000001fba9d3abfbc00da0d4ecbb8d377f0390d1815664112554a 0.46 MB 923 73
298,149 298,149 00000000000000004de4a59fa973aba04ab212ffd8cc4be8f18484a4747f5776 0.34 MB 638 81
298,148 298,148 00000000000000009d2519a2fada34521237268604f0b4e17e1652640f98ed3b 0.14 MB 184 23
298,147 298,147 0000000000000000034cecca9ba69e0c6ea97f3e1e77fa4879cd21121fa9e574 0.35 MB 577 34
298,146 298,146 00000000000000003e87ca7f6502812321d910e5fc72bf5435cc2428dd031e68 0.01 MB 21 16
298,145 298,145 000000000000000011a9fdae4f107b23e10411c5ed46878d888ada36c2836b42 0.17 MB 298 28
298,144 298,144 000000000000000007552a7d5459098bab7794791a3f8ea0c8e085987525db91 0.28 MB 177 13
298,143 298,143 0000000000000000565d9d24d06ddb2e60aacca96885489f5e4c94edc4c0b44d 0.75 MB 1,319 29
298,142 298,142 000000000000000023b7c04f2d086825f5f5b720a3413ccda2113865d561e290 0.33 MB 1,024 54
298,141 298,141 00000000000000003e2154d5e50b19213fd4d4cbd9d302b45d66a6367936f86c 0.10 MB 256 54
298,140 298,140 00000000000000003fe8304c002bb42d649e8ed43e9c84cea45fd33d81b7e427 0.03 MB 59 39
298,139 298,139 000000000000000096beb5425fd9514270bc22a8801430a4e9ff8664d72e1c75 0.17 MB 317 35
298,138 298,138 00000000000000008696c8780ea82d6b0a96371c7fd02cff92b19d720ebe1033 0.24 MB 407 28
298,137 298,137 000000000000000076a05aa28dd708e961cd483060a61d69e421f1f157fe5d94 0.10 MB 215 39
298,136 298,136 0000000000000000689e0ab35dba71d5204b221bdf85324642cf05fd95ca0e49 0.25 MB 460 34
298,135 298,135 0000000000000000764cb9eb442741563db0273515d808cf531aad4e6ed9d0d5 0.19 MB 166 17
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.