Memory Pool Memory Pool Refreshing

6,287 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,774 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (800,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,927 106,927 0000000000018b1a5a803fd3443062165eec7602ff0f5f23993152a448ac358e 0.00 MB 7 0
106,926 106,926 00000000000010e56e519535a81fe040c764e26a05f463fd6ba9672f5b8721c7 0.01 MB 31 0
106,925 106,925 000000000001de6fd3d9212384a733f6be2fb6338e830e943f660079be59d5a5 0.00 MB 2 0
106,924 106,924 0000000000009509bb471285b3b77b244c071130e682ab21d12bcd27c2942088 0.00 MB 1 0
106,923 106,923 0000000000018e24d802a17803a806344842147d201b41c766a00ae1dc08b5c9 0.00 MB 2 0
106,922 106,922 000000000001dfa9de351c55e8da475712e4ca61f097d871b844f2956943c2ba 0.00 MB 2 0
106,921 106,921 0000000000014e1f432f47e84bc6a775e3d20b7d8bfb814433bb6070d561cdf2 0.00 MB 1 0
106,920 106,920 00000000000275f6ba98879c88ea47a74be87f1c2f74f466805a982d6428eec4 0.00 MB 2 0
106,919 106,919 0000000000007184ec0ca0552a95dc11046c777620c58f3138bbf3c5befa38d9 0.00 MB 1 0
106,918 106,918 0000000000004df39d9a937087eb13d87eda68600189b525136678cc3e608a6b 0.00 MB 2 0
106,917 106,917 000000000001d3fd91cd12ee17c546322ac4ace6a8148b664a3ac7f0ae298d74 0.00 MB 10 0
106,916 106,916 0000000000023f24693382ed56c7055a31ddab0f1cd0bf0db3c9917191e91177 0.00 MB 4 0
106,915 106,915 00000000000265dc0452731ff07ec682f32b164b19bbe6510fa266a3203e5911 0.00 MB 3 0
106,914 106,914 00000000000037595b5aafa37c3c0c46cf5778a6a58d95fc2305701d9562933e 0.00 MB 6 0
106,913 106,913 000000000001ab256964e280e02e7c17fc4a2666545e9e37819c4d4dc13d521f 0.00 MB 5 0
106,912 106,912 00000000000015518615bac131ef71479ab3cafdbae93c732c20ebcb73bbe896 0.01 MB 27 0
106,911 106,911 000000000002573509780cc889dfe97ca8839addbcc5cc1e233118bca1218be7 0.00 MB 5 0
106,910 106,910 0000000000011b19d64414a0a3dc4c2655ba41086af1a19eb7f0b29a7171f32f 0.00 MB 1 0
106,909 106,909 0000000000003ee0693b0a175d50bea2cec6a89a38b696ad7065aea616053e54 0.00 MB 2 0
106,908 106,908 0000000000002ff5fe80c77db9c1f71ce9bd65ca18d0d8b2035f23f7e59d4493 0.00 MB 5 719
106,907 106,907 00000000000162c07291714008dbdec61491a13fb8129bad565ed048c9335c24 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.28 GB sent, 93.32 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.