Memory Pool Memory Pool Refreshing

31,870 transactions
31.15 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,396 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,395 (116,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,163 746,163 0000000000000000000899a1745839ff32b4ed130580db1c3e37c4ed557cbca5 0.16 MB 324 12
746,162 746,162 00000000000000000008e59f94cd294fbc2e7475770ee68ee2a28f454a7e721b 1.19 MB 1,142 6
746,161 746,161 00000000000000000003b772ac6924b7218bb6714a39590fffac74da2e39fd48 1.49 MB 2,503 11
746,160 746,160 00000000000000000003ee0e1365c5263a8576a8d9aea8d89b57fcf5bf0bae23 1.53 MB 3,080 23
746,159 746,159 00000000000000000009006f89591e0762c9164963b231dbbccf90f58f7a15f6 0.56 MB 1,176 15
746,158 746,158 0000000000000000000645c71c722862a6db8bc333ffa1a1c92052e359a01b52 0.72 MB 1,195 16
746,157 746,157 000000000000000000033923d4eb84624faa2fd641edca8d25678165b5c67f30 0.16 MB 330 15
746,156 746,156 000000000000000000056f82fd4012c80a9db6e3066f228afc07c72cd6187e7b 1.29 MB 1,536 4
746,155 746,155 00000000000000000005ef1767b262979b15e681de32bba7e5fa07aa5e5668ec 1.47 MB 3,034 20
746,154 746,154 00000000000000000004c6bb76354492f3ca3a5a0cef3e21d990b93b77c64060 1.19 MB 1,290 18
746,153 746,153 000000000000000000084f77861729edc55afb50e090999ec99c045c806f8885 0.65 MB 1,367 16
746,152 746,152 0000000000000000000049788ffbb626926184fb7fc64192467b4e720b950352 0.58 MB 1,170 14
746,151 746,151 00000000000000000000d638ef2a4b4fae76b16e31ac70876fdc2a8a5813304d 0.76 MB 1,408 15
746,150 746,150 00000000000000000003c9c96024793165b822c31f6ad6392fe7fd8d9518f7d3 0.47 MB 908 14
746,149 746,149 000000000000000000030a6251b8b0f44016e5f25b261e7270200520be567aaf 0.35 MB 271 6
746,148 746,148 00000000000000000002cbcfd5efa23854a9f35f8c521edb03b3a24aeb78475e 1.47 MB 2,661 16
746,147 746,147 000000000000000000082efb959cae74da6e0ec339d9dc4f0237ebb2e47686bf 0.08 MB 195 18
746,146 746,146 000000000000000000070ba0daabf6d1ce1885e2517acaa3eed7caed050121d1 0.33 MB 188 2
746,145 746,145 0000000000000000000a22c200b44b8f8c74bdd54feac0eae01c1b93c12f35c0 1.57 MB 3,310 16
746,144 746,144 0000000000000000000990ff9bc657667aefc3224ad2d386a6a976cb2e20cc82 0.06 MB 170 14
746,143 746,143 00000000000000000003b0e12b856de90ece9af05c27bca60cfdd0ef15afa414 0.10 MB 187 14
Previous 10 blocks ↓
Total Size: 684.92 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: 1,366.75 GB sent, 104.44 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.