Memory Pool Memory Pool Refreshing

40,269 transactions
33.14 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,254 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,085 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,253 (449,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,047 413,047 0000000000000000033ecee0ff06fcc8bb32d11dd2e16d7faaca06bc23fb3d78 0.15 MB 321 51
413,046 413,046 0000000000000000032699fedb6faf2f0faab20fd96703cad4abc3b0a1c43948 0.04 MB 104 77
413,045 413,045 000000000000000004d9dcd1fcd91673372ba6c50f58f5cf2c2d9f1527ee56a5 0.49 MB 1,022 50
413,044 413,044 000000000000000000db829651ab95ce44b02d0e979fded7b002f60b7706018f 0.08 MB 213 50
413,043 413,043 0000000000000000012897eaae8b540e1376c0991a03819da61a914d662b4e51 0.01 MB 37 58
413,042 413,042 0000000000000000001a34993b23c155b7f55cc268137d76cb7704e14dbdb09c 0.99 MB 1,304 32
413,041 413,041 0000000000000000027888987f744ebee57c1c8a072cda70cdd147d2e6c61ab4 0.35 MB 657 41
413,040 413,040 0000000000000000008bf68fc78749a92855cc52bb2f260fd3f6590de1efc795 0.71 MB 731 19
413,039 413,039 00000000000000000216cf8b76a0e64483b53b197979914ac75f81237d44305d 1.00 MB 2,120 42
413,038 413,038 00000000000000000459b5f7b276e639b0fc4695b3c73b8c790fb7396c6f209f 1.00 MB 3,098 89
413,037 413,037 0000000000000000054f84a758452242f63fb3662c8763d324c776d72ab1f050 0.49 MB 917 47
413,036 413,036 0000000000000000004d9fcd57f607965f197ad848020ff3fdaa410dddf4464c 0.49 MB 644 35
413,035 413,035 000000000000000003d4ade1fe260bb51848a19c9de88753de076064b37c7d1e 0.00 MB 14 165
413,034 413,034 00000000000000000034dc6daaa6b17937655ffa624d3e622de558dd92f95271 1.00 MB 2,625 59
413,033 413,033 00000000000000000566a821b09994ca752bbd342b15e2897593166da51122c2 0.10 MB 198 51
413,032 413,032 0000000000000000023c7c78fda9d2cdc6cfffaa2799ccb9a93d34d969108d5b 0.47 MB 841 46
413,031 413,031 0000000000000000004b883f28ac698a68aafd782b313b00ae1f3e72edca838d 0.43 MB 671 39
413,030 413,030 000000000000000001a2322f4f0ca65cafbfd71237853680858f2da058872077 1.00 MB 2,029 56
413,029 413,029 0000000000000000001ada4124d10934ea38b53722838bd01d3fa7b4d5d70ae8 0.21 MB 270 32
413,028 413,028 000000000000000001195ba06e7ed6b6e5eb0d13a199f4bf752d447e61597c4b 0.54 MB 910 42
413,027 413,027 000000000000000001a28bf7119105590b323eac63892c3d4880265fded40f2d 0.19 MB 485 58
Previous 10 blocks ↓
Total Size: 684.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,359.96 GB sent, 102.66 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.