Memory Pool Memory Pool Refreshing

68,735 transactions
26.45 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,020 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,146 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,019 (31,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
830,118 830,118 00000000000000000002e1fddf86c3a904c33da52292cf255137479625004ebe 1.77 MB 3,520 16
830,117 830,117 00000000000000000000c99f377b5a879981d811ee142fe2288a18407c3bc4df 1.93 MB 3,485 16
830,116 830,116 00000000000000000001ea08cdfcf0f9fcd9aa53d7442ff11fa9efe4fa21e86a 1.44 MB 2,564 14
830,115 830,115 0000000000000000000111d6a560b5693778e30b927e1ddb5f99509314892187 1.74 MB 3,321 22
830,114 830,114 00000000000000000000985bc458937140b84e8f612534fa00c3cb34cd10c3ed 1.53 MB 2,219 27
830,113 830,113 0000000000000000000341101a7e4db3fddd79045cf47125b0ddd40d970cbe1e 1.98 MB 2,888 16
830,112 830,112 000000000000000000029e73ceb69996a004499cd4b3aee8435ea2efa9c869f7 1.47 MB 3,372 18
830,111 830,111 0000000000000000000184635a1af1d5a09116a429b8f226bf91c6a657bfce69 1.80 MB 1,216 15
830,110 830,110 000000000000000000018026bd22762f4c0cf1f8672e04aae4b3e98f28858bd8 1.81 MB 2,216 21
830,109 830,109 00000000000000000002b3d1f6672f5ded55d8167d14ade410e5017460828aae 1.55 MB 3,362 26
830,108 830,108 000000000000000000008b8a0a03ea8a284ff9a3458fe311a375c3b1c103a8cb 1.69 MB 3,032 20
830,107 830,107 0000000000000000000335dcad283219b688c3b77fe16bebf294e75ea067f85b 1.63 MB 3,015 22
830,106 830,106 00000000000000000000694613c506f8e698985cee7673749e297b4b21388855 1.43 MB 2,179 18
830,105 830,105 000000000000000000038cdb4a1612a1f2a66690d6df6a0ae0b9369a34f1ecb3 1.62 MB 2,301 22
830,104 830,104 000000000000000000006f5922836d870e63da401a85bec80a47fdc621d016c5 1.52 MB 2,543 22
830,103 830,103 000000000000000000028ca338d8f708e5ec4d6777fc5026a8896e60050fcce7 1.69 MB 2,739 22
830,102 830,102 000000000000000000000350ae71bce77603a49c8bd09b7d8e134e885977bcac 1.54 MB 2,270 24
830,101 830,101 0000000000000000000205220fed843e890806023c0211eed8ffc9909411c919 1.62 MB 2,345 14
830,100 830,100 000000000000000000009f09d705f1cb66c1e77dd33a77e87e33c0573e563158 1.75 MB 3,097 23
830,099 830,099 00000000000000000002f168448ea446c705990da73e524aa92ff7be9968068c 1.64 MB 2,235 14
830,098 830,098 00000000000000000003a1548f187046d6051722c0cec26fb75201f92b09185d 1.71 MB 2,812 23
Previous 10 blocks ↓
Total Size: 684.20 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,329.93 GB sent, 99.75 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.