Memory Pool Memory Pool Refreshing

8,586 transactions (3.74 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (864,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,301 44,301 0000000021aabe21c123c037e30adfa57f59ade745278fbacf7eff48e909d7f5 0.00 MB 1 0
44,300 44,300 00000000405f29f468c2d04f0c3da34dadf8a1dfc2f1ecc64c484d386ea5af7c 0.00 MB 1 0
44,299 44,299 0000000008c5cac4b9661ee4a291d3d631ce38fa6408263bf629af25272aa069 0.00 MB 1 0
44,298 44,298 000000001585b1ff8ab30b09dbb61b0bf4463b92b97521522bc7d20625dcf9c1 0.00 MB 1 0
44,297 44,297 000000003148b7f0c4d4b62f1b416f3386535080e50ebaa0bbac707785759de6 0.00 MB 1 0
44,296 44,296 0000000037b58fcb5359d61894477c949cbbc124e1536eec7e50aaea7f085bcf 0.00 MB 1 0
44,295 44,295 000000000ed73f1d71e79ae4e55a213595ed7e58ed358f0e2466b95afde35310 0.00 MB 1 0
44,294 44,294 000000002ca27bf2ad1eae2503146e074d669aac35748357dc9e0d4f032931fb 0.00 MB 1 0
44,293 44,293 0000000005c02783db4d70ab8209981ea5b94ab2ad92d64870a118dfbd447104 0.00 MB 1 0
44,292 44,292 00000000402199c483b4047587a724cbaf5902309b8742b2756d47200937e798 0.00 MB 1 0
44,291 44,291 00000000045af73206610eb42ffe1eb960502225548174c148adfd68ad01ee7c 0.00 MB 1 0
44,290 44,290 0000000017899e7e4d0e2259cae65ec5ac226563279b268261e91e0c17751cc9 0.00 MB 1 0
44,289 44,289 000000001c61889174969b91e11019fa47a524ad3c341c37fcc23c68cf1f6bc1 0.00 MB 1 0
44,288 44,288 000000003405b472fadfd75c2337b8936001230e709a6346ae2ec3d5a9bc3bda 0.00 MB 1 0
44,287 44,287 0000000039864593463c2dcb3232fb7ddc7e3c88c0160f30172231beef92fb9c 0.00 MB 1 0
44,286 44,286 0000000022b8eaea06ed8b2125a1ee0c1b655ed9c60b9e4aeee60092a98cd93a 0.00 MB 1 0
44,285 44,285 000000002a93573d26645c0ee7a4c859b9329b19ddcae4c9946c5ad9e2e74a0a 0.00 MB 1 0
44,284 44,284 000000000d3730c29acf83bb42c384817921fe197aa7ef3267b410104c90f7c6 0.00 MB 1 0
44,283 44,283 00000000297b4176bbc1d84e77072e9d91e1e72ee081985bec7fc09edcab6efa 0.00 MB 1 0
44,282 44,282 0000000027a55be6031dbbf9feaac14cd99a3c10cea5c618a54c2392311d38a1 0.00 MB 1 0
44,281 44,281 000000001a5d479cd3046dcc8e1f240342441934ec5c16294fe7c1c913aa832d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.03 GB sent, 103.90 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.