Memory Pool Memory Pool Refreshing

17,449 transactions (7.95 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 40/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,189 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (854,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,353 54,353 00000000036e82268f3e57973033d42d582c5a70dea1f812bb55b92ef275062a 0.00 MB 1 0
54,352 54,352 000000000062497692e7cd385a2b09b2f176d41513a6bfa72649f0d2aa123d64 0.00 MB 2 0
54,351 54,351 00000000112ff48547d89808a1ccc3de24ae34f6d178d19270be5c39b24463d0 0.00 MB 1 0
54,350 54,350 000000000a292579be97cbe5d1d979c9a1b2ac7f69ac947962ae0de498a21d16 0.00 MB 1 0
54,349 54,349 00000000131d8373c74c035086c198b0f45a689bf649aabc0787e6ee33cdbdad 0.00 MB 1 0
54,348 54,348 000000000ecf9022b73155f080060417a2fb88a0055e67e216c1173af2ffd9c2 0.00 MB 1 0
54,347 54,347 000000000a6827680d1e926bca220a2b8f92ff5d46487140d50906516ed502c3 0.00 MB 1 0
54,346 54,346 0000000013451b725bd0006127d1bc79b06bc24183ff322212cf2be8304dd335 0.00 MB 1 0
54,345 54,345 00000000150d966a287ecd10d8b9ed26b3324ba7fcfce2d37f82fc52d2d850d5 0.00 MB 3 0
54,344 54,344 0000000000c4a2c0ed6b68d96216c45f5332ed591314c70969cc0c1523a6fc2c 0.00 MB 1 0
54,343 54,343 00000000030a689de897473d14f40c7e16128368dde47e91e21898da7d3302c5 0.00 MB 1 0
54,342 54,342 00000000085eb45d526c816cb09db72f1e2f5c250c9bfa0bd09a5bba71f6f00a 0.00 MB 1 0
54,341 54,341 0000000010f6b1f398052346ee890b9210299301028a37350f48907aad2f1c5d 0.00 MB 1 0
54,340 54,340 0000000009744c6f55474937dcae7c9d4c63f8fb7a4e22c8e1bdf99850c775f9 0.00 MB 2 0
54,339 54,339 00000000142c07dc9877702b74cb86214a1038a7133046d53962eb2a54e5039a 0.00 MB 2 0
54,338 54,338 00000000108fcc99b012d937479be8dd4bf66f92475d5af33e60d4e4722e9094 0.00 MB 1 0
54,337 54,337 00000000090009d65fd579feb4a3acc959777183b13a7b1e3d7673dd7a289c49 0.00 MB 1 0
54,336 54,336 000000000485af1d5aa111dd7867fc8ad5f44b0cd81968e1f44c2c25d16c23e1 0.00 MB 3 0
54,335 54,335 0000000001268d16d1db6f2ad37aea5685d762618fc053e903dedca7cbff1c38 0.00 MB 1 0
54,334 54,334 00000000146c92692b5d42ccfcf337a5907d98e780227cd1dd409f58fa59671f 0.00 MB 1 0
54,333 54,333 0000000002ddcc4e0be7a8d95a22f0c21160efacf4006d8478998eae9fa86bf7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.01 GB sent, 104.38 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.