Memory Pool Memory Pool Refreshing

1,677 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (419,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,729 488,729 000000000000000000a955d6820ebae1c5789cad0a7d153482cc6807226a3867 1.01 MB 513 25
488,728 488,728 00000000000000000000cdf9856ce6ce2b18f35360b38a31ddc0c78433b410f4 1.02 MB 1,435 75
488,727 488,727 000000000000000000341f9145de66e59c01a89c2760968270e47e506af51fbb 1.00 MB 628 32
488,726 488,726 000000000000000000033b1b5705673cab4da1876495d39e106ece4eabde2ed5 1.00 MB 2,555 100
488,725 488,725 00000000000000000036646a23477d8c16cb1ab3b9544609b27cd62760ff0f56 1.03 MB 2,186 121
488,724 488,724 0000000000000000006ace91f702f544ee81c2135e2feddc53f106cb74e7a0dc 1.00 MB 2,245 88
488,723 488,723 00000000000000000095fa750983058a142a44d6b52d84d68f5ffaa9b4885e4e 1.07 MB 2,134 89
488,722 488,722 000000000000000000a969c23a556204e9977d483feb1c203ecfa7c728d88a71 1.02 MB 2,152 196
488,721 488,721 0000000000000000007d23947677d7b82096aede63b8417cb475655cfd3e4959 1.00 MB 2,232 87
488,720 488,720 000000000000000000ef0d97e494632eec89a3c178cdb06eb60944ce4b6acb3b 1.00 MB 2,340 182
488,719 488,719 0000000000000000001e1e1a25a10d2051f8047129c467307b06644c13e07080 1.00 MB 1,224 63
488,718 488,718 000000000000000000c9ad40fa0046f0cce116af60af161822abf60da5393041 1.00 MB 162 7
488,717 488,717 00000000000000000029d88cd5d65b1293aa3daeed3c4e87f886847effb95c9c 1.01 MB 1,125 71
488,716 488,716 0000000000000000007fbd7c540fee6344253144d6b48a6eb5c2d2c139d2bdeb 1.00 MB 2,583 37
488,715 488,715 00000000000000000069f00438e5330720958c78877d5ff723eac94bab26f0a9 1.13 MB 2,209 8
488,714 488,714 0000000000000000009112e5d68d23bdb1d2a7b6bde545208cd89e87d75da9c5 1.02 MB 182 8
488,713 488,713 000000000000000000e2385e0c21b3ae9d6fba7fecb88edf11a44197b74722f4 1.02 MB 215 10
488,712 488,712 0000000000000000006ec421b4816a7ba4fa5e45ad1d9fab7c81eca56e0cae70 1.00 MB 910 63
488,711 488,711 00000000000000000043da041057c75d8837b9dc1965422112c43b165f4ff2b9 1.00 MB 1,614 68
488,710 488,710 0000000000000000003fa9f314bd71dd391518c8ad405ce30ab52a4473b35ece 1.00 MB 1,293 61
488,709 488,709 000000000000000000d26836286eeab886c9459c5f90025d15c49d9adf48f695 1.03 MB 1,233 61
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.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.