Memory Pool Memory Pool Refreshing

57,507 transactions
24.86 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,048 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,047 (62,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,947 799,947 000000000000000000051b2fe53b97073ab629aeea3e95213da799b5194bb34c 1.66 MB 3,226 20
799,946 799,946 00000000000000000004f27b678b1b70f707ad0bec3eec2c303105c458099a73 1.39 MB 2,875 40
799,945 799,945 000000000000000000028ddb02477a845540a0844e5655884bcbc15162ebbc62 1.56 MB 1,980 19
799,944 799,944 00000000000000000002ae9f589035a3f7b9b7820378840cda952488b143df17 1.45 MB 1,743 11
799,943 799,943 0000000000000000000381d55d8ffa244f0c3d15d94702b5fd5d55e81a825520 1.57 MB 3,006 24
799,942 799,942 00000000000000000003a00ba0021234a152ac2a137765d347ccae82810258eb 1.55 MB 3,359 50
799,941 799,941 0000000000000000000365249d03f5c44d02171fe311fb7d3c9cced58c5955c6 1.50 MB 3,554 48
799,940 799,940 000000000000000000048b196964970678e0f652a48d2e618647f063267e3f78 1.42 MB 3,201 42
799,939 799,939 0000000000000000000398abf8fcc79dbd44a066c257c1ed5a41ded9e9329acd 1.59 MB 3,718 27
799,938 799,938 00000000000000000001057038150e6078f8687169770a1574ebb0f4a5f67331 1.90 MB 5,246 5
799,937 799,937 0000000000000000000330eec39371cf38937bbf8bfee81b9225ac8a4d02337c 1.67 MB 2,623 11
799,936 799,936 0000000000000000000330dab31c98d327c06629ca35e6a060e3016dd1af9034 1.54 MB 3,320 34
799,935 799,935 00000000000000000000a4d3ea6926d12145e05b5b8b0b77b1dea94e41ba4f7d 1.73 MB 4,407 5
799,934 799,934 00000000000000000003788fa5237521fd090d09f49ebc3e074920dc64ced727 1.88 MB 5,082 10
799,933 799,933 00000000000000000000959d39f43c6fb91c8a492046c49d489d1b2bf8d4523d 2.00 MB 4,881 9
799,932 799,932 00000000000000000001f970e7b5bafacfc36a59d5df041a99f0c2803f14a07f 1.62 MB 3,633 15
799,931 799,931 00000000000000000002d86f969f42d98e51f08535a613625b3bb8c833a3262d 2.00 MB 5,725 6
799,930 799,930 00000000000000000001d05e2732297be82197174aa9451272d0989bd89b8526 1.79 MB 4,787 8
799,929 799,929 000000000000000000038c470ab42110749bdf4bd240c9a133dfaf70f22052d5 1.59 MB 3,445 13
799,928 799,928 000000000000000000017cda479af702dbdd1798d5632babee8fa7d73b877f4c 1.76 MB 4,497 8
799,927 799,927 00000000000000000004fd51d9000173e7e43b3c311b2eeb5d2e2262c16c33bb 1.97 MB 5,770 6
Previous 10 blocks ↓
Total Size: 684.25 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,330.84 GB sent, 100.05 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.