Memory Pool Memory Pool Refreshing

934 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,763 (392,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,912 514,912 000000000000000000460fd58908fe5aa54c226ed0971c330c1130e02344da2b 0.54 MB 1,124 30
514,911 514,911 00000000000000000022deacd9cfcc22d81d2f70bd3729a9de5fd0dde0e67c8d 0.28 MB 749 34
514,910 514,910 0000000000000000000d204cd451273306fef821ba50d3e759d40c3659038f99 0.23 MB 452 31
514,909 514,909 00000000000000000044f60d8453c320d85ac8c7a96ab13e7178c00b85e56348 0.94 MB 1,317 16
514,908 514,908 0000000000000000004ca79a8587eba739a81b73160b771af3c246de01ab42ba 0.14 MB 245 51
514,907 514,907 000000000000000000125a7638c0078ce8bde0df34569cb64fd879ee59d4d579 0.77 MB 1,250 30
514,906 514,906 000000000000000000140af0a316f085f636b890301d47f9c4b1f27b606aa878 0.27 MB 484 26
514,905 514,905 00000000000000000006f51e607cdb9df897d1a74a0968aeef323ea47d65c53b 0.01 MB 19 116
514,904 514,904 0000000000000000001c342605dd203e05ddbf6149a89c89fca33ba34df14cce 0.43 MB 940 14
514,903 514,903 000000000000000000063a41582b22e982ba28ff484d0743e6cd5539303376c5 1.18 MB 1,864 32
514,902 514,902 0000000000000000001d70cd5d2a5389bf42ef0bb6b6c4f00b827c7d685524cb 1.01 MB 1,538 20
514,901 514,901 0000000000000000003c88f63ebe244918daf260b5964ba009c9cacc57f10615 0.62 MB 682 26
514,900 514,900 000000000000000000186c299cfb3bc7b1f389d663aa41bf331a5337360db83e 1.12 MB 1,218 13
514,899 514,899 000000000000000000211a9ef29ee67d97c5140b2a68c16d643a3017d9d47a52 1.17 MB 1,039 26
514,898 514,898 000000000000000000454b92020bf02448c4f1a308b6aa500737a3fc94d5c965 0.93 MB 1,070 22
514,897 514,897 0000000000000000001cf808d39480b480b6d66bc79a7611859cea922fe5f9f7 0.68 MB 802 26
514,896 514,896 0000000000000000001bfba93c0f204473939c87e8e9e1f4be8527b74b8fdb28 0.41 MB 387 15
514,895 514,895 000000000000000000357af2c12ee1c0a9e8f55597882304b7c3f9c2cf1ae529 0.20 MB 128 4
514,894 514,894 000000000000000000278cc2504318e8a24f9ed25b6cd4f2755c148fbb51fb8d 1.03 MB 1,679 43
514,893 514,893 00000000000000000007122e39b605d197e1bc2b2b85458bcc85317cf3d8a2ec 0.41 MB 679 22
514,892 514,892 0000000000000000001aebc17eddc70a907853c2f4ad66b65385f6c73cc06d06 0.69 MB 1,119 26
Previous 10 blocks ↓
Total Size: 769.10 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,628.73 GB sent, 93.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.