Memory Pool Memory Pool Refreshing

9,922 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,415 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (646,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,828 260,828 0000000000000014f271ced0ab1daf62eb563412737a111bfc93de1bafd4a626 0.10 MB 217 77
260,827 260,827 0000000000000017fbc72ff66cd33f59aaeb9e2f40744dd7c2cac966465d9937 0.08 MB 159 95
260,826 260,826 00000000000000123f1bfcb00ac9df5b0b95cba8079ce0e9998fb74620ef832e 0.11 MB 281 152
260,825 260,825 000000000000000fe24aa7492df2870f182225d4a08b3bf422ed49cfe853ca05 0.03 MB 81 157
260,824 260,824 000000000000000ca66c545fde1be024766275419214c064e6f0a0edbe1a1ff5 0.03 MB 70 100
260,823 260,823 000000000000000dcfa7fa0a4244484fc647dc1816e4d789f1ee1ffd227a2fa2 0.04 MB 55 351
260,822 260,822 0000000000000018f0eb16848db1104cf8203c6ec0932e3592ce6c803f50fb64 0.04 MB 86 123
260,821 260,821 000000000000001cd1e34281f1b305c205ce33e6479f37b2fc185feb1e50f6ab 0.07 MB 169 101
260,820 260,820 00000000000000078e20e768fc39c316a0b111bdab3709fe72592e96c28ff1c0 0.08 MB 179 104
260,819 260,819 000000000000000a39d8c7f39696caa3570c18aae3a47e663f4570f1bad03543 0.15 MB 165 39
260,818 260,818 000000000000000aab96934472476e612b00ec1e5af227d9e533212262c9682a 0.03 MB 64 58
260,817 260,817 0000000000000006290ab8dad5fde2ecaf6e75da6d42cbdf09b9495fe6e9a590 0.15 MB 321 100
260,816 260,816 000000000000000f9bc478deae6a3d56a0e88fdcc3fe0ec09761c29429597b2c 0.16 MB 380 104
260,815 260,815 000000000000000d3508b9a5dccf75502c970d1112dd5b6f7349625e36bd885b 0.32 MB 781 87
260,814 260,814 0000000000000007e4fe2459231621bcd6dc26f207e0f6915c685396251c17ab 0.13 MB 273 98
260,813 260,813 00000000000000192f05e5305384325b418c5455631027e8c627f2a885c6c341 0.14 MB 289 82
260,812 260,812 00000000000000168b48e1c951171bb8a111fefa6d3150d102e9749e0af0be73 0.28 MB 636 110
260,811 260,811 000000000000000860e7c5d618f3d9eef131acfd60e8b1e024bcf05501f7c775 0.24 MB 282 77
260,810 260,810 0000000000000019b701cbc5b319ade4819974e52970d20cddc237201302e3dd 0.01 MB 29 102
260,809 260,809 00000000000000032d1cea8ef3e8875fb8d095e56189d7c5325684d1b390c4af 0.15 MB 128 31
260,808 260,808 000000000000000497e3e6256ac763af86d73376bd8fdd275df4394cea2b94c1 0.15 MB 345 106
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.