Memory Pool Memory Pool Refreshing

1,417 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (763,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,166 144,166 0000000000000958790b7d0a9480c1516e3dd3cbd0ac21a32a10611a1a9442e0 0.05 MB 113 126
144,165 144,165 000000000000013be9b5727172c0ff6738e0b23672295c5fe3b867f5a7f9cd5c 0.01 MB 14 44
144,164 144,164 000000000000067baabbd84e456eff6a8de125b992ad286bff88826b07bef3a1 0.01 MB 16 93
144,163 144,163 000000000000080c5937043ac69e7e037dc08b2bb494433e40bb99edc49bbc2d 0.02 MB 39 459
144,162 144,162 000000000000061f2abf0297826be64ba5d361aa0f73ab99d965b76df0a401ea 0.03 MB 103 3
144,161 144,161 00000000000003976a2127d91ac0cfe687efa4dffa09ac85a0154068f66ccefb 0.09 MB 37 73
144,160 144,160 0000000000000488a064f2861a5cf4791bdc70b2063cfc6f0b6419f995bb2e82 0.05 MB 134 337
144,159 144,159 000000000000091b0c6ddc46f1cca99fe5a28916eb2420e1b1d8e7a9cc3779a0 0.10 MB 344 274
144,158 144,158 000000000000048e27695e6824d2545fba3e92cbe8e910ca77a7ad5afbeeb512 0.10 MB 53 115
144,157 144,157 00000000000000e98939a942275c94ba98ced7035932c8d3fbaf2a9b0e770f5c 0.05 MB 93 164
144,156 144,156 00000000000008bc22b8d123a8c4597c655ead85ca1c370591e2014353f2fcca 0.01 MB 34 126
144,155 144,155 00000000000008f8d7f076f1570eba2f2c78e3898bd7406d2622534cc3c8374a 0.04 MB 57 534
144,154 144,154 000000000000047baeb6871ec9025ca8874aec89f335072d3968e3b02cce70fc 0.04 MB 115 138
144,153 144,153 0000000000000928f053380ef386a698971e643f94d51108fa17d2cf6b2a5ad3 0.06 MB 139 252
144,152 144,152 000000000000030ff9f35c840aa151df804df8f4e7e5d4bae273b4be604ec481 0.02 MB 50 89
144,151 144,151 000000000000077b55558851ebbda31295f672baaca348884ca51ca8a7a0e052 0.00 MB 2 0
144,150 144,150 00000000000007135b236254d52aa97e8dcd16dd7b5c8a8d2e7d5b790710c4de 0.01 MB 10 47
144,149 144,149 00000000000004f57450c6d50e70fda09d15b8a5c20a43b945a59d2c81eadc6d 0.00 MB 5 36
144,148 144,148 0000000000000345d936e21eec8067d7e3081ae9755a5c880759844a2fb27e47 0.01 MB 34 5
144,147 144,147 00000000000001c4acc691c0bec84fdd63007d8a3c28419049d53ed13d91b71d 0.02 MB 53 87
144,146 144,146 000000000000040b84028ff723a4b9a296516e3aa57d4674e8d6c7703cd947f1 0.05 MB 155 57
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.