Memory Pool Memory Pool Refreshing

52,915 transactions
26.69 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,789 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,788 (67,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,518 802,518 00000000000000000003966fcc08adef4818719508d2e07dc8a524ac1bd87ab8 1.46 MB 3,062 24
802,517 802,517 00000000000000000000fe84eddcb8ca62e503429aa2e7a822502bf729ffd9f4 1.45 MB 2,827 33
802,516 802,516 000000000000000000023941221051640580ba6d7925f10bd2c794b7180f52d8 1.58 MB 4,151 27
802,515 802,515 000000000000000000002771f78922af4b87ef707d918a706238297c88c5e683 1.33 MB 2,199 19
802,514 802,514 000000000000000000027cf16f85945a30c10c5d10f180e41b76a2be59e7c595 1.59 MB 2,793 23
802,513 802,513 000000000000000000032f646dd210472cfabc1002e96074cb6ef805f6b674de 1.39 MB 3,285 44
802,512 802,512 0000000000000000000312f0dacd01ca426106a903a0ffa9870e7ec93d237ebf 1.56 MB 3,540 29
802,511 802,511 00000000000000000003c4c50ccaab2d6c22e045250438c2155da11af39d0bf0 1.76 MB 3,560 7
802,510 802,510 00000000000000000002e704602eb5f4852239fe2959ba901b3b34ef3a34f6ba 1.75 MB 2,163 10
802,509 802,509 000000000000000000035937c882c1de04f1a175d5bf30b6b5083ddfe8822501 1.39 MB 2,440 22
802,508 802,508 0000000000000000000029868b7feaa610bfd39262376c5ac31cdd6b978cff6c 1.51 MB 3,900 30
802,507 802,507 00000000000000000003b1453f871d549b98888de055ffe2849215f8f95ca5c4 1.99 MB 5,692 8
802,506 802,506 000000000000000000049fc3569b7c51fec51211cc17f57c92e497e37be4f665 1.80 MB 3,992 12
802,505 802,505 00000000000000000001061b20599bd59f142d522f57497efad9c84fe76e3ce2 1.71 MB 3,102 22
802,504 802,504 0000000000000000000265156423b40f9315242f5aa39ac317439bf050a39630 1.99 MB 5,989 8
802,503 802,503 00000000000000000004df13dc6698bbffc763ba9b126972f4669e2209499ac7 1.61 MB 2,162 15
802,502 802,502 00000000000000000001a3c8e6069d5a7d7c7236c91953bfd356794211151b04 1.61 MB 2,030 13
802,501 802,501 0000000000000000000162d4ef14d9e16ee0e1b6ab91fcadf3b2a2fe678acedb 1.55 MB 2,990 15
802,500 802,500 0000000000000000000321ae3220d39939f4a805e59aa84529bd2d0144fee573 1.52 MB 1,827 13
802,499 802,499 00000000000000000003461ebe666f2690be8ce37d1c3c1adaad7f5509eaee83 1.67 MB 2,593 13
802,498 802,498 0000000000000000000119512833d3e02b1ae0cacb8016802babe76f64583b66 1.74 MB 1,359 25
Previous 10 blocks ↓
Total Size: 699.06 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,107.77 GB sent, 204.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.