Memory Pool Memory Pool Refreshing

34,947 transactions
31.49 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,395 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,394 (391,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
470,800 470,800 000000000000000001065701f5543acce92c01eea494358d7ed38c5badd6b5c2 1.00 MB 2,234 368
470,799 470,799 0000000000000000016707eb1a494bc6c747ab485d244307f8f557f2b38ce154 1.00 MB 279 50
470,798 470,798 00000000000000000017e91306e776c35976dcef9fa9e28a7eb276e892d906a4 1.00 MB 588 80
470,797 470,797 0000000000000000014af063be870d5d8493034884adc1870fcda9354411d0b7 1.00 MB 2,233 235
470,796 470,796 0000000000000000014dfa4a7fd6adda88340b34d6fb05d2dfbb7b955caab7b0 1.00 MB 2,394 346
470,795 470,795 0000000000000000009d6a9a8f56928011878a14f517d321905ab3bfdc3a3434 1.00 MB 533 90
470,794 470,794 000000000000000001883110daa880ab1ec983c2bdf7abaf47e259c6c6885394 1.00 MB 2,173 271
470,793 470,793 000000000000000000486bcbd0627524a78c2121b89ff86c75f2b8509c5ad5ce 1.00 MB 1,895 204
470,792 470,792 000000000000000000e0f337f6c05511e09e95d7887f85883590e6b67bd7807a 1.00 MB 2,344 322
470,791 470,791 00000000000000000139708234dd061b3fa698535d49830d49d7618b99a412f9 1.00 MB 776 140
470,790 470,790 0000000000000000000f2d4fd9eaeaf653fb7dbdecd9fe864d93f65a983b6811 1.00 MB 233 54
470,789 470,789 000000000000000000389d498a8874bc9fda6ea90817ac15b93e4611b969dc76 1.00 MB 805 115
470,788 470,788 00000000000000000152ca2827b78c94262f5c014daaff36140762a5f19850b5 1.00 MB 216 64
470,787 470,787 0000000000000000001fab86d21a3244448005f9792259ae3c7d91912beff4ba 1.00 MB 95 45
470,786 470,786 0000000000000000011d49ab731570d22c1abf8d0c4098c9f4ba16991d8b5f3d 1.00 MB 873 81
470,785 470,785 00000000000000000095ce00c7f2c09ddacc10a495a613a8a263dcbb46916f86 1.00 MB 2,056 337
470,784 470,784 0000000000000000012bf87352d8583b47c07717132aa8ffd688dc64bb8b06a3 1.00 MB 292 68
470,783 470,783 0000000000000000001a8ad31d82827ab77382b6f740fabfa97d0a130b6c9573 0.00 MB 1 0
470,782 470,782 00000000000000000146110698c32e8555823a8857299a1cdb6e7356b791fcdb 1.00 MB 1,627 196
470,781 470,781 000000000000000001975866f2f69856c7e8f7a79ed0831cac2c35cfee8d56d5 1.00 MB 1,547 243
470,780 470,780 0000000000000000012998e45c0bed3ada9b446fb7de8ffe1e531a4d086ca44d 1.00 MB 1,937 391
Previous 10 blocks ↓
Total Size: 684.91 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,366.74 GB sent, 104.43 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.