Memory Pool Memory Pool Refreshing

68,058 transactions
29.53 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,065 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,367 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,064 (423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,641 872,641 000000000000000000018d4cd31faffd68a651769756556748789e8537714be7 1.38 MB 2,096 3
872,640 872,640 000000000000000000013c146e4b0a92291d0cde47ffd8c9f8988567ec879779 1.54 MB 4,835 6
872,639 872,639 000000000000000000022090cc0b3965dd4aaad99096fa58cee7ed199885522d 1.44 MB 3,331 4
872,638 872,638 00000000000000000001cdedbbe7f98fa676a5c0d544cb548cbcbd3bdbeef7df 1.54 MB 5,054 6
872,637 872,637 00000000000000000001a632c233893503dffdc87b6ffe783c86df4bf3c7019c 1.76 MB 4,149 6
872,636 872,636 00000000000000000001362bee4cb69010ecba22f87aa52ae01e510f50761e46 1.61 MB 4,739 8
872,635 872,635 00000000000000000001e62c651a953473b9c9cf9aeb62dc6796ca46f373c982 1.66 MB 3,333 10
872,634 872,634 000000000000000000015eeaa87f061e9507058695562de8784d1b26f0ae2133 1.56 MB 4,164 13
872,633 872,633 00000000000000000002b35066b748f6741b8e68a40a4bc299c6f359d7873111 1.53 MB 5,289 6
872,632 872,632 000000000000000000005f3675794bc5c3d228389eb308c947b13a1577d6e916 1.59 MB 4,961 7
872,631 872,631 000000000000000000024f92dad3ccb579669999728f3d1c96de8d5d101258c4 1.58 MB 6,115 6
872,630 872,630 000000000000000000021b41a7644d7a18f9ef462982f96993978baafda5d321 1.52 MB 4,505 9
872,629 872,629 0000000000000000000272f3d997d15f09937966d3409306ba55c5867a438fbb 1.56 MB 5,791 7
872,628 872,628 00000000000000000001c19b7bed319660bb9becb836897688f2fe8d28438973 1.69 MB 4,827 7
872,627 872,627 000000000000000000021681b742ff8c3f91b1b7c6a8da2dada0be6e672acd44 1.52 MB 5,828 5
872,626 872,626 00000000000000000000c1f0234f9651c589a151751d19d8b29c4ce6a630aa98 1.60 MB 4,996 7
872,625 872,625 00000000000000000000adf40c7f7f643c4d7ac4d9fdeefa91f303d564679bf1 1.64 MB 4,519 5
872,624 872,624 000000000000000000016cbfbb6c5e17f0558e0774f1e28c78c4057d8d93911e 1.45 MB 7,021 4
872,623 872,623 000000000000000000019bf6150eab2f5110ca080f88f515881ecd2154669ec7 1.55 MB 4,613 7
872,622 872,622 00000000000000000001dc995e3b9a5400b8679ba77a928687bc54dae9183093 1.57 MB 5,329 6
872,621 872,621 000000000000000000027ce6a50cc499ec2bccb5b99b289f2cbc7f8a767b2b92 1.58 MB 5,202 5
Previous 10 blocks ↓
Total Size: 705.15 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,666.42 GB sent, 245.37 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.