Memory Pool Memory Pool Refreshing

32,590 transactions
30.53 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,349 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,425 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,348 (61,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,958 800,958 0000000000000000000407f045474622888f4009c33f0dd115375a8b7babd5d8 2.14 MB 5,990 6
800,957 800,957 0000000000000000000391bfb2eaee7794403a14b2f75681ae3a632be058243a 1.39 MB 1,583 12
800,956 800,956 0000000000000000000317b678e6154bd2d3c79885bf9132d2e3210f8fd8b47a 1.52 MB 1,533 6
800,955 800,955 0000000000000000000157016fa5700d5a08a4263f793556def9570f58365004 2.01 MB 593 7
800,954 800,954 0000000000000000000232f785a214d6bed3faf4bbdf88b77658f7f4c71888da 1.91 MB 4,445 7
800,953 800,953 000000000000000000024e4c6a6892d9dd27540bd1ce81c5ed302a3e3e70cdbf 1.78 MB 2,741 13
800,952 800,952 0000000000000000000410891d36805aab5dfeb950684d714f4b5a6e1c795251 1.80 MB 1,297 7
800,951 800,951 00000000000000000005539afe7d6fd957f46df1f457cf3d928b85aff904dfd6 1.63 MB 2,785 12
800,950 800,950 0000000000000000000397c77de39a6491d31f76763a5619abb267f1e139f096 1.95 MB 5,781 9
800,949 800,949 00000000000000000004af8b3c7ab766b13681cb6c9731e76c6c9deaa66dc0de 2.00 MB 6,038 6
800,948 800,948 00000000000000000003cf213d8798fb90cd9eebb540e0efe86cc21ccdbb7a74 2.08 MB 6,416 7
800,947 800,947 0000000000000000000401cafa2d9fcede62d960417ecc68edde120bbd626628 1.64 MB 3,332 11
800,946 800,946 00000000000000000003cae28581cde89dccdd9b37d043e4a7a2448234b2d8b4 2.15 MB 7,025 6
800,945 800,945 000000000000000000050c081053163b74f49b327ce46bbd7a82a47209674e68 1.49 MB 3,127 11
800,944 800,944 000000000000000000038e3837edd850ccfe08652c25f06ac07d6e2ed7eb99a1 2.00 MB 6,211 6
800,943 800,943 0000000000000000000251cb0e451127256b42df46ba9c02775ce7150aec438f 1.52 MB 2,640 6
800,942 800,942 000000000000000000000663d5e45c2c6cb11436d7aff7a71db07c70027ab5e3 1.51 MB 2,162 10
800,941 800,941 00000000000000000004d9a12fcfa1aeb8f1b1bb22c69e02dc56fba04e758add 1.39 MB 1,858 9
800,940 800,940 00000000000000000001494094e9a87671e8e559514e5f91546ac27c2c868936 1.43 MB 2,856 18
800,939 800,939 00000000000000000004a04907f60f078a55e63fd31ebc5ca7e4dc54383dbe4e 1.71 MB 4,190 10
800,938 800,938 00000000000000000000910f0f05a170ad86c7d81aa62874784c64d1c5f80856 1.88 MB 3,818 6
Previous 10 blocks ↓
Total Size: 684.83 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,364.88 GB sent, 103.79 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.