Memory Pool Memory Pool Refreshing

4,891 transactions
24.41 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,894 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (861,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,485 46,485 000000002ff2ed8b6d1dde1a69a975247b3706f991d445954e6a9864ab762257 0.00 MB 1 0
46,484 46,484 00000000252e0384eb3bdbc663a3f0c6c238f1b322a6ba9444d340057e9d4e4b 0.00 MB 1 0
46,483 46,483 0000000015e758aa8e2922e0642b5ff9d2ca8eba02fa7a348e07c4a063c9ab9e 0.00 MB 1 0
46,482 46,482 00000000184ffffe7fa244ea772e696f3f1b6526d3e8244057fead88adc1ab7f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.23 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,701.03 GB sent, 98.64 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.