Memory Pool Memory Pool Refreshing

19,905 transactions
28.40 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,590 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,574 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,589 (35,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
827,785 827,785 00000000000000000002be127dc9448f4a64896dfe606f9854d0c6b25828f3fa 2.14 MB 5,405 32
827,784 827,784 00000000000000000001b7f07f49f903ac91db86273fedc59f82c1af4ee58b18 1.74 MB 3,982 34
827,783 827,783 000000000000000000036bc3c7611bad8357013bc9165288db3ef0b2e6ed3285 1.98 MB 4,450 34
827,782 827,782 00000000000000000003b7446125004047cdc12446e253f659c58093f6c51923 1.74 MB 3,303 33
827,781 827,781 0000000000000000000241f19468a189c5d99bc00c1dac38c2071e69d1fda7b7 1.84 MB 5,033 34
827,780 827,780 00000000000000000003a81fa828231a3f484eb3c0243c8f933dfe335d91fb4d 1.91 MB 5,396 34
827,779 827,779 000000000000000000010ae66b3083c0f76b9194cb60d767daeafea59377657c 1.76 MB 3,455 39
827,778 827,778 00000000000000000001c448ecfc22119c4cab9e9ed3b53e27d933533114f602 1.61 MB 2,914 48
827,777 827,777 00000000000000000001e22fcbcc47fd0cccccf0686197458a83b169280b026e 1.64 MB 3,046 52
827,776 827,776 000000000000000000005a4f8a9db6d131fc0561b3b37cdc980cb0123c20a95b 1.86 MB 4,625 36
827,775 827,775 0000000000000000000350e4a45ff0da81d745b8f9b8219a3bda0c57345dd690 1.73 MB 3,874 42
827,774 827,774 0000000000000000000103d456290076fc7db053a5a7f0a356be593c30cf26dd 2.01 MB 5,731 36
827,773 827,773 000000000000000000003b3d0ecb9d7f4203ca77910436fc1d3e5b004ab68cc9 1.61 MB 3,625 36
827,772 827,772 00000000000000000002d2af9e2cebf40c8db4553e80b7a647c2d2223f61fdf7 1.73 MB 2,675 40
827,771 827,771 0000000000000000000377d8d70eabff2ff1fd05557454e74ca6bf3887f50b4a 1.91 MB 5,500 37
827,770 827,770 00000000000000000002f058151ff741b1b1c4140486bfa0dc335f2828166481 1.75 MB 3,879 35
827,769 827,769 00000000000000000001bce2cb5402e5da362ba64724d55c3bb09d74ba5b38ba 1.94 MB 5,428 38
827,768 827,768 00000000000000000000d872ad63fadbb75a398db436e1fa2898fe5e771fd7f4 2.00 MB 4,451 36
827,767 827,767 000000000000000000015c6037967db4253e340c8bf48294bd09fc836c681404 1.85 MB 3,521 44
827,766 827,766 0000000000000000000108c0deded0f2a8ec0f12649a1acbc98f1cf036005339 1.89 MB 4,255 44
827,765 827,765 000000000000000000010b62beb9e670f8cae3325cac35a5dac48ad4d0e4e69a 2.10 MB 3,729 37
Previous 10 blocks ↓
Total Size: 687.24 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,512.31 GB sent, 120.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.