Memory Pool Memory Pool Refreshing

59,130 transactions
22.29 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,078 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,843 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,077 (79,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
789,636 789,636 0000000000000000000049f116e1c3421e356e9499204be2e6534dbdbf87422f 1.81 MB 4,474 37
789,635 789,635 00000000000000000000cf9cee6f40b98da764439f89784514ca4ef4eb0b8213 1.77 MB 2,748 54
789,634 789,634 000000000000000000009272be8eca4fc8d050fcc1ab228ab89f40b1b746cb8e 1.70 MB 3,352 61
789,633 789,633 000000000000000000018e106f8d98f2c01d18578ffb05643e22db4f6f32ad54 1.68 MB 3,853 76
789,632 789,632 00000000000000000005d5b36fd6f37de12bfbc4efcd305f3f8423acbc627db6 1.57 MB 3,337 46
789,631 789,631 000000000000000000028795b5c369a595dcdad8c450060f67f2c371df2b72fd 1.72 MB 4,105 56
789,630 789,630 00000000000000000002e0f8109fed839b0e9cfb57fc3e0a531ded836b98ca8c 1.70 MB 3,981 62
789,629 789,629 00000000000000000005ad37ac43dfc328b8ad9dd87b9761707f2049eff50cc6 1.67 MB 4,019 50
789,628 789,628 000000000000000000052998747586bb9eee71c6215d76894ff2294392f13308 1.66 MB 3,944 44
789,627 789,627 000000000000000000050353ae95cbefa94c20f421831c67792744072d76ccc3 1.64 MB 3,705 59
789,626 789,626 000000000000000000041abd44c1479a5ad29535f677dd325efd1f8c9bf9fab9 1.75 MB 4,394 74
789,625 789,625 000000000000000000021c7cdb3bc5a49c0dfdff6628397eeb03dc7b500af83b 1.71 MB 4,398 56
789,624 789,624 00000000000000000004a71a41a74d1c8d57cb6e5c710b9bdc83534d10e9c65e 1.60 MB 3,878 67
789,623 789,623 000000000000000000006db4a0f8945dfa34642fd250dcb71fe7bf189e8c77be 1.52 MB 3,334 103
789,622 789,622 00000000000000000002a6e2f92448e4db81d4fe979c75d12dca28eff392175d 1.56 MB 3,748 96
789,621 789,621 000000000000000000020f367f4427028cbc68567738b3d6b1a23e7657ccb5f5 1.57 MB 3,710 94
789,620 789,620 00000000000000000002c81d9b1d2a87752f9b546572cbedd771ecc6c68646b9 1.78 MB 4,742 77
789,619 789,619 000000000000000000023cf4d610ed9051b8ebb07d4c99bedc136861000a2fb6 1.70 MB 4,478 85
789,618 789,618 000000000000000000043642271a2897bdb4c49dcc66a87b13dac276793eb5bc 1.62 MB 4,046 101
789,617 789,617 00000000000000000001e67c092f00b06c082b739f5b93b031edc08c60247c55 1.60 MB 3,427 156
789,616 789,616 000000000000000000048fe65dfad4cafe21129ed66021938ac617a0ccbe02a1 1.68 MB 4,412 86
Previous 10 blocks ↓
Total Size: 697.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,060.01 GB sent, 196.19 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.