Memory Pool Memory Pool Refreshing

30,837 transactions
31.91 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,409 (384,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
477,822 477,822 0000000000000000003a9a4900a3082e2f4c221d0f906a134821f7fcbfbc95e1 0.00 MB 1 0
477,821 477,821 00000000000000000070210f719d5033829f5e4e17aec45c0cce384b7399676a 1.00 MB 1,932 100
477,820 477,820 000000000000000000a4b32c5f02950364b64b7e706785b5e39b5330b2a1cd2b 1.00 MB 1,956 111
477,819 477,819 0000000000000000012a3a7c81ff8b7374e09de372783f4a6226cb1340c6b434 1.00 MB 1,590 125
477,818 477,818 00000000000000000001e6ceb848caf167123acd4f2be02ec218012b09099d4e 1.00 MB 1,855 153
477,817 477,817 0000000000000000011c0b188f73b76488f73f3a33c740e66707573eb8df349a 1.00 MB 1,965 206
477,816 477,816 000000000000000001034ed4348472b25bda9a6f6d0fd3fa6fef5abe3cc4601e 1.00 MB 1,532 149
477,815 477,815 000000000000000000b24661d5dd268b634a6a9cd5d464985219d4e005bb42fd 1.00 MB 1,914 165
477,814 477,814 000000000000000000954a32419147e2f87e6afec97324b5e8ca97e916ddd47c 1.00 MB 1,051 160
477,813 477,813 0000000000000000003ef11eb6b1607d4c25707860d2d9874bc71152c94c5936 1.00 MB 2,328 241
477,812 477,812 0000000000000000012a1179ead0ceb778baa38639c49056558b2e2d1133d50f 1.00 MB 2,186 51
477,811 477,811 000000000000000000c22dbc419ae155c6b205c50601215c1aaded53b63c8cca 1.00 MB 2,110 71
477,810 477,810 0000000000000000012c28408a34da6912457c1783d2ab9b2e4bca674f9b5b88 1.00 MB 1,730 119
477,809 477,809 000000000000000000d16fc58f56d26fa899a0c8d685a4c6600a3360e9ad1f5b 1.00 MB 1,549 114
477,808 477,808 0000000000000000011fc6227b436fc83fd553c048c0076c81d3f77868b08b78 0.99 MB 1,746 161
477,807 477,807 00000000000000000073ecd4540b3a984bedd6544ebaa509cb0c8db18959b2d7 1.00 MB 1,482 168
477,806 477,806 0000000000000000001879ee50304f445449f113f20d740e20513b6effbf52e5 1.00 MB 2,062 204
477,805 477,805 000000000000000000ed4691adadf8e0d5a3a17644e2fb1f4b9099e2946ce65b 1.00 MB 1,045 64
477,804 477,804 000000000000000000cc242f4d180bdbe93bbe3eba42e9d2e6b36bd464218ad7 1.00 MB 1,662 85
477,803 477,803 000000000000000000620339de3d4f9789ab914854e37a37f4188a9210e14010 1.00 MB 1,342 173
477,802 477,802 0000000000000000009e77eadc1c470d2aaa05994ca213b44fbed13ef4fcf9ce 0.02 MB 43 113
Previous 10 blocks ↓
Total Size: 684.94 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,367.71 GB sent, 104.60 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.