Memory Pool Memory Pool Refreshing

1,572 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,564 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (861,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,481 46,481 000000002641942ece126602018d210c45f38f8ef6cdaa408e90b0ea690f2b19 0.00 MB 1 0
46,480 46,480 0000000024d614cc903a5dd0b89d736b64594f8c06ee7e045b73e175b5a044a9 0.00 MB 1 0
46,479 46,479 0000000032d5f3c84b61628b1bce8c596b2242514b9f3ca66c826f407de5e032 0.00 MB 1 0
46,478 46,478 000000001f127e3a17012e62e53acfc7206777af7eac9db425f5209e6f54d6b0 0.00 MB 1 0
46,477 46,477 00000000105b4d6351f42c0df7c96ddf8cfcaa10c885b9c6513a0ea245badbce 0.00 MB 1 0
46,476 46,476 00000000330fa0044f8afd6dc0dd23aa081f9bb32d6268cc9f85fcf255b97d3a 0.00 MB 1 0
46,475 46,475 00000000092100f52d8972d46251e62600361b2a41a712845443ace23b23681b 0.00 MB 1 0
46,474 46,474 0000000005d46e7a1dda1d4ba7c8b14062903ed3aa7905e676ee55f053101cda 0.00 MB 1 0
46,473 46,473 00000000166a2b488a1767f0ea18c6b5931d16d6387ba7d2c4aa1488c594f509 0.00 MB 1 0
46,472 46,472 000000001993e819904e2ea052e17c89ac15f3d45e7d1cd7e17c2604693aa0b1 0.00 MB 1 0
46,471 46,471 000000002e60bb6b4db9bd0adc096b491ad0639086e1c5470b2ed2afe4919c12 0.00 MB 2 0
46,470 46,470 000000000731673037d53cb5ad98464afbff35304a92958b8508e0d8a4645ef8 0.00 MB 1 0
46,469 46,469 000000002a2f14611e4964560711701bdb6c00cf23d8af931cdd04d3c5a5381b 0.00 MB 3 0
46,468 46,468 000000002ac833efa1aae18426319c1358952753bcc7340d2dfb594a19a3e04e 0.00 MB 1 0
46,467 46,467 000000000dfb2b43fbaa8f38a5c6e70673d7234d14f3bb9d8da62014f2fc85ea 0.00 MB 1 0
46,466 46,466 000000000799040202f7d1d2517a7c8d5cab7d05cfad67b552ab1bc74ed34239 0.00 MB 1 0
46,465 46,465 00000000267d1431edb379ba5d6528ff8700be90604fabde0ad45886438d8cce 0.00 MB 1 0
46,464 46,464 000000001c13df6e5d54044b456ed55e594f2fb3084a54cf0f0080a62e0036f6 0.00 MB 1 0
46,463 46,463 00000000293c1524fcd65e4bee5b7d17194101118263a468a81323b8c9cb7642 0.00 MB 1 0
46,462 46,462 0000000021eb53774ad70f7180b137a727fe5506c50d918382a78ef3be6fa9f7 0.00 MB 1 0
46,461 46,461 00000000073f9e26dfde7aa6fb0eb5e219c07a7e5a58b2e9652d8d1894caeca2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.14 GB sent, 95.60 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.