Memory Pool Memory Pool Refreshing

59,884 transactions
25.27 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,980 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,897 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,979 (271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
865,708 865,708 00000000000000000002904114c51b2be25903ef20977e1aec175e796fde2d60 2.08 MB 3,688 7
865,707 865,707 00000000000000000001092af297b46a1955c247112cddc42a014722fdc1da9f 2.26 MB 2,997 7
865,706 865,706 000000000000000000030cde5d6b93a60516c0a9dafb8c224481e0d032fdedd1 1.65 MB 3,913 6
865,705 865,705 0000000000000000000016bae7ce441eec9de2d67c136677c6a43027aa10915f 1.84 MB 2,873 9
865,704 865,704 000000000000000000010829ded5013996b56254aeae09f4edeb2b1f2259bb7c 1.79 MB 2,776 13
865,703 865,703 00000000000000000001ec26a1092b54d355cbb142c8b902f4ce0dafe1876b00 1.61 MB 3,735 11
865,702 865,702 000000000000000000028836b3a5410937346879e2f787e13ff9f32794e31df0 1.59 MB 5,011 8
865,701 865,701 000000000000000000024199e2384c6d032fd0a8ff2201299a262b4d4935b45b 1.64 MB 2,319 5
865,700 865,700 00000000000000000002a82a6dee77c45ecd5a072a6ad9fe31d818ff62f0d16b 1.64 MB 3,847 9
865,699 865,699 00000000000000000000e7a78ccc708a62c6e04e8a4b5ef3bf4abd7a4c1b5b10 1.64 MB 4,652 9
865,698 865,698 000000000000000000012bc4e973e18e17b9980ba5b6fe545a5f05e0e222828c 1.61 MB 4,218 11
865,697 865,697 0000000000000000000135e8b5214c6de06ad988280816ce0daa1d92317c4904 1.57 MB 5,040 6
865,696 865,696 000000000000000000001a3f4cf8f25828103724543cfb6d86dce1faa3546a29 1.47 MB 2,533 12
865,695 865,695 00000000000000000001a9c261f6ee1f1cd9f3cd9a2c756a6d787870edf766ba 1.76 MB 1,904 7
865,694 865,694 00000000000000000001665954d974a01c07e95f6c3c15285ec0bbf7a13150e5 1.69 MB 1,864 8
865,693 865,693 000000000000000000011970ce2b045e979b931d98cc5e325424532171102d16 1.57 MB 3,356 12
865,692 865,692 000000000000000000006be880cf94bc91d07fe99c2d0afe4288c86d4cf38274 1.56 MB 2,373 10
865,691 865,691 00000000000000000000251970e6c9859add574af7766557c60e4add6a30e7bf 1.77 MB 2,506 25
865,690 865,690 00000000000000000001e1e94fe813aeeb2f514a04eeac7bc21ee4a4917eb2b4 1.71 MB 2,680 24
865,689 865,689 000000000000000000020c84f82f70cef5793aa01b45eb7d1a96b06224592ab3 1.60 MB 2,921 13
865,688 865,688 0000000000000000000129b6b69d2a96ba656b8f56c77810c7611c642926698b 1.59 MB 3,187 9
Previous 10 blocks ↓
Total Size: 691.71 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,791.06 GB sent, 155.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.