Memory Pool Memory Pool Refreshing

5,383 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (439,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,157 468,157 000000000000000000ffe0ed89cc9ac5fbd0ca64bc09098d9880783b3004ad3d 1.00 MB 3,013 253
468,156 468,156 000000000000000000e0c83b7a4bb93e1ef685e6b9b78bc7710afcb4678d049f 1.00 MB 1,915 309
468,155 468,155 000000000000000000fa2c4f811cc1880b86cb4f3c5d3f09fd94508a8fa61b07 1.00 MB 2,584 282
468,154 468,154 00000000000000000052b69e23beb4cc34c25c9ca404b75ef67098370bfe84e9 0.04 MB 116 504
468,153 468,153 000000000000000001535f482db6b0cbeaa84ed5e700f55915790b8e7c0546c4 1.00 MB 2,583 334
468,152 468,152 0000000000000000019d78e964685bb1f16d3e190d85255ab3be58e70a751974 1.00 MB 2,364 303
468,151 468,151 0000000000000000015745fc86760811744a272f28fc6bfa43c779a3e1b56a99 1.00 MB 1,966 347
468,150 468,150 000000000000000001bfd8e458b69875419646eba8727c5a5d303949a51dd4eb 1.00 MB 3,090 429
468,149 468,149 0000000000000000015ce163c8165eb924f7a17c440949e6e6085f77c8652f16 1.00 MB 1,954 272
468,148 468,148 00000000000000000182bb5c89fbf6ee1d81406da99e6d0f82c813f81674d773 1.00 MB 1,766 303
468,147 468,147 00000000000000000104d65f3c73fcd96e99a8ee6962be0a5d9dcec78733b2de 1.00 MB 1,964 291
468,146 468,146 0000000000000000006e0ee0c131a4c1f33c49f9c9de81c882046aa3e2780100 1.00 MB 1,727 335
468,145 468,145 000000000000000000d00ee8484b4f80dbf22fcec359bdf6d9e61349d842b597 1.00 MB 2,651 295
468,144 468,144 0000000000000000012428145092ee2a6084a50efbf5e5746eac74785abc10ab 1.00 MB 2,521 237
468,143 468,143 000000000000000001525ac85295c96f0ff6497d813580e8f49bd40ddca31743 1.00 MB 2,622 286
468,142 468,142 000000000000000001cdf422501bb0d41213adf4bf111fb5e4331c1faed8a4c6 1.00 MB 2,432 352
468,141 468,141 00000000000000000191dd533598cf3a514051f9218bed66c58cefaf7ff83605 1.00 MB 2,103 340
468,140 468,140 000000000000000000c0406c288bf328836fcab329d867eff408b4a8678c5121 1.00 MB 2,100 268
468,139 468,139 000000000000000000503e7f6765a12391388fec1454a43e0c0f324ef3262760 1.00 MB 1,419 250
468,138 468,138 000000000000000000933f761a24129b368b8d5c62a7729881d3271035c06bc9 1.00 MB 1,381 286
468,137 468,137 000000000000000000a0854d8856f29d7bb0a49c34efc6901f7be375f4b7ee71 1.00 MB 2,112 333
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.