Memory Pool Memory Pool Refreshing

37,776 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,191 (67,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,761 794,761 000000000000000000052bba420effcdde120212b7963e20f900d209e75b6c9d 1.81 MB 2,480 23
794,760 794,760 00000000000000000003e5fa9c67256ae48874aaad5c14c852757edae40656e8 1.65 MB 3,329 21
794,759 794,759 00000000000000000000d3e9f3c385b41a5f6930c35ed3d070f47ac2a19c7e1a 1.45 MB 3,008 39
794,758 794,758 00000000000000000003a63f76a1d667dfe990c3a8b200a798a6d6c26ec61624 1.63 MB 2,546 24
794,757 794,757 00000000000000000004445a3ecad9d7b5feea426a3d3e4465bc5b4f19e26cb6 1.91 MB 3,507 28
794,756 794,756 00000000000000000001e6875578455b30573d6cf9d825a773b4049d179d5d63 1.47 MB 2,968 30
794,755 794,755 00000000000000000004b813fad649815d3983309ae4599895b8755d7691e322 1.55 MB 3,666 39
794,754 794,754 0000000000000000000013926b39fbc0c801f85e87bd4a5bae9a9db811c504d2 1.52 MB 3,719 50
794,753 794,753 0000000000000000000303fa1184bf950276b7c31e02cc89aa870737f2ca0bee 1.56 MB 3,400 35
794,752 794,752 00000000000000000000c1568ca59489fe31a619dfe049493ce9d9e624bb7e47 1.48 MB 2,686 27
794,751 794,751 00000000000000000003597a91b2c1ba5f6882f0a69852fe73c298ad30ce94c9 1.56 MB 3,312 40
794,750 794,750 000000000000000000009fc132e4d31bbdfda52d4a3dafe771ef92df474385bd 1.82 MB 3,606 35
794,749 794,749 000000000000000000033ecfec58dcc59aab03613b0acfb64adf21c7bae067b6 1.91 MB 3,951 32
794,748 794,748 000000000000000000042b9163a4facc09ba9d7dd3a8abc9425ab331858314f3 1.81 MB 4,491 29
794,747 794,747 00000000000000000002944e40f2c89154ab97b8dae279a5b58c203e718655aa 1.71 MB 4,817 40
794,746 794,746 0000000000000000000298429c65b40540af0ad4babf66061a36d510aee621be 1.75 MB 4,303 53
794,745 794,745 00000000000000000003d446d322f9cd6229c5e11078eea495291904452d66ea 1.68 MB 4,138 47
794,744 794,744 000000000000000000053458227492d1f728686c3ab65c50c176a4cb8112fdb6 1.80 MB 4,278 29
794,743 794,743 00000000000000000004cbefa5faa1cd60e01c92b89b2383d3b2644968032dd7 1.66 MB 4,208 41
794,742 794,742 000000000000000000030cb3efea0a6fd642f5455342c3cd1e52cd56ef4199b9 1.61 MB 3,144 30
794,741 794,741 00000000000000000004e1959dfa053a527f9e06911707305983d92fa7def265 1.64 MB 4,272 43
Previous 10 blocks ↓
Total Size: 684.53 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,353.47 GB sent, 101.66 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.