Memory Pool Memory Pool Refreshing

9,965 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (395,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,062 512,062 000000000000000000341ccc2af66515530913fe3f9bfeb2ace9b73a79db364b 1.01 MB 250 5
512,061 512,061 0000000000000000005168ebfeddefe02c3d466c5b43466183e289535d900380 1.05 MB 702 10
512,060 512,060 00000000000000000045fc7a9d93edba88f0effbbb52758e6ef42082701472d7 0.95 MB 1,588 48
512,059 512,059 0000000000000000001862e8b5258e183f529b44d4178946538624549254be3b 1.07 MB 1,432 23
512,058 512,058 0000000000000000001b6e569985bcc453e5ed7ea29db3c1e9e7b6af36f0484a 1.15 MB 2,778 40
512,057 512,057 00000000000000000057cb9af5893d4d98c44085db65a58d2807f62fbb7c9e4a 1.02 MB 566 9
512,056 512,056 0000000000000000001698a1fc55c3a72cf97b43249c243d74f80bcef8a4e4c0 1.02 MB 419 6
512,055 512,055 0000000000000000005d2937fe3f0e7fab081c4b4aa810335ad5bf8beee363d4 1.06 MB 1,421 27
512,054 512,054 0000000000000000001103f30f170d4a0e8a2f622a901e4590a5beacf60a39cc 1.10 MB 831 11
512,053 512,053 000000000000000000041c27c88e8b903deb2f54ae5ce29b5a6b898f05c63522 1.04 MB 167 6
512,052 512,052 0000000000000000004f45b4a5e6bc3f2ae894396eb00ec1dd3e317fbc868e24 1.01 MB 216 4
512,051 512,051 0000000000000000005481c5cfb05657fcc5e3167b70563ede3913787142fb9d 1.04 MB 941 21
512,050 512,050 0000000000000000001dda927d6df63a3689923e5e5a555950abba6cdd833e5c 1.03 MB 463 6
512,049 512,049 0000000000000000005bdb51c7422db0dfab4634a967b3025efaead17dfd6320 1.04 MB 472 8
512,048 512,048 0000000000000000001240682db04d3a2e1894074e2855701445fc478901bd89 0.00 MB 1 0
512,047 512,047 00000000000000000007033c34f055c1816c753fddbdc15f60b983ae7cbb09c7 1.02 MB 351 7
512,046 512,046 00000000000000000003cc22f70bad3cd160074283cd241185e52cff6024dd97 0.20 MB 532 67
512,045 512,045 0000000000000000000541745b85e22668c5a4e4d12cd74f23a9a7283a144ca6 1.07 MB 1,313 24
512,044 512,044 000000000000000000295aaa7d9eb4e05045f349bc9381fa9722c350af334bce 1.05 MB 931 20
512,043 512,043 0000000000000000004521c3dabf6b4a2d24339955698dcb9343fea5bce62c18 1.00 MB 241 6
512,042 512,042 0000000000000000001c41afb81c975d501fc13a6b7bd97a8ed4e26e8ca47fad 1.04 MB 791 13
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.