Memory Pool Memory Pool Refreshing

50,980 transactions
30.10 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,493 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,016 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,492 (56,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,784 811,784 00000000000000000001ed011c259070b15999d1517cc3fd21543131de453d25 1.27 MB 893 12
811,783 811,783 00000000000000000001d25123214fefd789a6926fa5b66260d540c0d87ccac2 1.17 MB 651 9
811,782 811,782 00000000000000000001b26f363d9cfc6fa468850b6296be1d81603b265d941a 1.51 MB 729 6
811,781 811,781 0000000000000000000199b76047fec49f77f2b4cc7afae9c7497684dc5d12bf 1.04 MB 206 6
811,780 811,780 000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b 1.16 MB 765 8
811,779 811,779 00000000000000000004c76b9e40a787865b653971137f75a1d5e259f5f0f7b1 1.18 MB 772 7
811,778 811,778 0000000000000000000186678150b21e508820dca071edd5b887bc8379d9545d 1.21 MB 539 8
811,777 811,777 00000000000000000001f1d199a850c39ee57fc653fd58df8b285551de5ce724 1.55 MB 2,902 24
811,776 811,776 00000000000000000000ea26250b1c4107bb430e95da6e65ff1632f7eb66c2a3 1.46 MB 2,596 21
811,775 811,775 00000000000000000000c99001888e2069c888391b0aadfdc87ef594fa4823fa 1.23 MB 702 11
811,774 811,774 00000000000000000003e3f3bbc1941f507574ab7ce00b4d08a9b5804ae3771d 1.70 MB 2,712 24
811,773 811,773 00000000000000000001aceda10147c1064406f1a8bd98e248e46424c72b386d 1.14 MB 590 11
811,772 811,772 00000000000000000000fe81c2c78fe358a9a5f814b44ae9892ad2da3b463288 1.21 MB 1,134 13
811,771 811,771 00000000000000000002c0f744afd6504f681ddaa4e2f993e00883b1d02897ae 1.60 MB 1,245 8
811,770 811,770 000000000000000000048e8f250c562caa44ff44b06ffc8d3bd5e7084d1ce322 1.16 MB 741 12
811,769 811,769 0000000000000000000120feb7cc8dae761cfec36bc688160c0bb7b198542346 1.48 MB 2,255 21
811,768 811,768 00000000000000000001cdc08f234393de2ec945fc109c8b207444bd85f7d76c 1.37 MB 1,809 18
811,767 811,767 000000000000000000036e96f52b5a0795fc78b32cd8c90b5feba6ed1273981c 1.24 MB 745 8
811,766 811,766 0000000000000000000126534f282698849d4260925ae80039ae26dbd05824ba 1.34 MB 1,879 18
811,765 811,765 00000000000000000002ee073d716dabce2d530c32a6bda14449d1e26f44b17d 1.62 MB 1,938 12
811,764 811,764 00000000000000000002cf1a9a3dbdda28c2d737177db32442be7b2eee11a1fb 1.21 MB 1,049 13
Previous 10 blocks ↓
Total Size: 696.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: 2,013.71 GB sent, 189.57 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.